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

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_standalone.c2029 * sa_conf - a structure describing where and in which way to obtain all
2035 __ns_ldap_initStandalone(const ns_standalone_conf_t *sa_conf, argument
2049 if (sa_conf->SA_BIND_DN == NULL && sa_conf->SA_BIND_PWD != NULL ||
2050 sa_conf->SA_BIND_DN != NULL && sa_conf->SA_BIND_PWD == NULL) {
2063 switch (sa_conf->type) {
2065 if (sa_conf->SA_BIND_DN != NULL) {
2066 user_cred.cred.unix_cred.userID = sa_conf->SA_BIND_DN;
2070 if (sa_conf
[all...]

Completed in 35 milliseconds