Searched refs:sa_conf (Results 1 – 1 of 1) sorted by relevance
1976 __ns_ldap_initStandalone(const ns_standalone_conf_t *sa_conf, in __ns_ldap_initStandalone() argument1990 if (sa_conf->SA_BIND_DN == NULL && sa_conf->SA_BIND_PWD != NULL || in __ns_ldap_initStandalone()1991 sa_conf->SA_BIND_DN != NULL && sa_conf->SA_BIND_PWD == NULL) { in __ns_ldap_initStandalone()2004 switch (sa_conf->type) { in __ns_ldap_initStandalone()2006 if (sa_conf->SA_BIND_DN != NULL) { in __ns_ldap_initStandalone()2007 user_cred.cred.unix_cred.userID = sa_conf->SA_BIND_DN; in __ns_ldap_initStandalone()2011 if (sa_conf->SA_BIND_PWD != NULL) { in __ns_ldap_initStandalone()2012 user_cred.cred.unix_cred.passwd = sa_conf->SA_BIND_PWD; in __ns_ldap_initStandalone()2015 if (sa_conf->SA_AUTH != NULL) { in __ns_ldap_initStandalone()2016 user_cred.auth.type = sa_conf->SA_AUTH->type; in __ns_ldap_initStandalone()[all …]