Searched defs:ldapbase (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/contrib/sdb/ldap/ |
H A D | zone2ldap.c | 99 char *argzone, *ldapbase, *binddn, *bindpw = NULL; variable 177 ldapbase = strdup (optarg); 178 if (ldapbase == NULL) 311 if (ldapbase) 314 sprintf (fullbasedn, "%s,%s", ctmp + 1, ldapbase); 316 sprintf (fullbasedn, "%s,%s", ctmp, ldapbase); 756 if (ldapbase != NULL) 757 sprintf (dnbuffer, "%s,%s", ldinfo->dn, ldapbase);
|
Completed in 2451 milliseconds