Lines Matching defs:dn
38 * l d a p : / / hostport / dn [ ? attributes [ ? scope [ ? filter ] ] ]
145 /* same as ldap_url_parse(), but dn is not require */
227 /* scan forward for '/' that marks end of hostport and begin. of dn */
234 /* terminate hostport; point to start of dn */
277 /* scan for '?' that marks end of dn and beginning of attributes */
281 /* terminate dn; point to start of attrs. */
572 char *dn;
589 if ((ld == NULL) || ((dn = ldap_dns_to_dn(dns_name, &nameparts)) ==
593 if ((url = ldap_dn_to_url(ld, dn, nameparts)) == NULL) {
594 free(dn);
597 free(dn);
799 char *dn,
803 char *next_dn = dn;
813 while (dn && (nameparts > 1) && (! url)) {
816 if (ldap_search_s(ld, dn, LDAP_SCOPE_BASE,
842 if (next_dn = strchr(dn, ',')) {
844 dn = next_dn;