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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c1970 * sa_conf - a structure describing where and in which way to obtain all
1976 __ns_ldap_initStandalone(const ns_standalone_conf_t *sa_conf, argument
1990 if (sa_conf->SA_BIND_DN == NULL && sa_conf->SA_BIND_PWD != NULL ||
1991 sa_conf->SA_BIND_DN != NULL && sa_conf->SA_BIND_PWD == NULL) {
2004 switch (sa_conf->type) {
2006 if (sa_conf->SA_BIND_DN != NULL) {
2007 user_cred.cred.unix_cred.userID = sa_conf->SA_BIND_DN;
2011 if (sa_conf
[all...]

Completed in 48 milliseconds