Searched defs:databasetype (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 87 static char *databasetype = NULL; variable 384 result = __ns_ldap_addTypedEntry(databasetype, inputbasedn, 388 result = __ns_ldap_addTypedEntry(databasetype, inputbasedn, 2872 data.mapname = strdup(databasetype); 4178 if (strcmp(databasetype, "publickey") == 0) 4246 if (strcmp(databasetype, "publickey") == 0) 4514 databasetype = ttype; 4533 rc = __ns_ldap_list(databasetype, filter, NULL, (const char **)NULL, 4552 databasetype) != NS_LDAP_SUCCESS) { 4560 if (get_basedn(databasetype, [all...] |
Completed in 78 milliseconds