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

/bind-9.11.3/contrib/sdb/ldap/
H A Dldapdb.c72 char *bindpw; member in struct:ldapdb_data
213 if (ldap_simple_bind_s(*ldp, data->bindname, data->bindpw) != LDAP_SUCCESS) {
467 } else if (!strcasecmp(name, "x-bindpw")) {
468 data->bindpw = value;
591 (data->bindpw != NULL && unhex(data->bindpw) == NULL)) {
H A Dzone2ldap.c99 char *argzone, *ldapbase, *binddn, *bindpw = NULL; variable
172 bindpw = strdup (optarg);
173 if (bindpw == NULL)
728 result = ldap_simple_bind_s (conn, binddn, bindpw);

Completed in 2666 milliseconds