Searched refs:bindpw (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/libexec/login_ldap/
H A Dbind.c40 bind_password(struct auth_ctx *ctx, char *binddn, char *bindpw) argument
44 if (aldap_bind(ctx->ld, binddn, bindpw) == -1) {
H A Dlogin_ldap.h49 char *bindpw;/* bind password for search, may be null */ member in struct:auth_ctx
H A Dlogin_ldap.c218 if (!bind_password(&ctx, ctx.binddn, ctx.bindpw))
H A Dutil.c247 } else if (strcmp(key, "bindpw") == 0) {
248 free(ctx->bindpw);
249 if ((ctx->bindpw = strdup(value)) == NULL) {
/openbsd-current/etc/examples/
H A Dlogin_ldap.conf7 bindpw=password

Completed in 80 milliseconds