Searched defs:binddn (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/sdb/ldap/
H A Dzone2ldap.c99 char *argzone, *ldapbase, *binddn, *bindpw = NULL; variable
167 binddn = strdup (optarg);
168 if (binddn == NULL)
289 printf ("Initializing LDAP Connection to %s as %s\n", ldapsystem, binddn);
728 result = ldap_simple_bind_s (conn, binddn, bindpw);

Completed in 31 milliseconds