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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c86 static int ldap_match();
276 nserr = ldap_match(map, key, &ldap_line, &ldap_len);
280 if ((nserr = ldap_match(map, "\\2a", &ldap_line,
292 * at this point we are sure that ldap_match
325 ldap_match(char *map, char *key, char **ldap_line, int *ldap_len) function
336 trace_prt(1, "ldap_match called\n");
337 trace_prt(1, "ldap_match: key =[ %s ]\n", key);
350 trace_prt(1, "ldap_match: ldapkey =[ %s ]\n", ldapkey);
356 trace_prt(1, " ldap_match: Requesting list for %s in %s\n",
365 " ldap_match
[all...]

Completed in 74 milliseconds