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

/bind-9.6-ESV-R11/contrib/sdb/ldap/
H A Dzone2ldap.c96 char *argzone, *ldapbase, *binddn, *bindpw = NULL; variable
156 binddn = strdup (optarg);
266 printf ("Initializing LDAP Connection to %s as %s\n", ldapsystem, binddn);
690 result = ldap_simple_bind_s (conn, binddn, bindpw);

Completed in 10 milliseconds