Searched refs:sa_conf (Results 1 – 1 of 1) sorted by relevance
1977 __ns_ldap_initStandalone(const ns_standalone_conf_t *sa_conf, in __ns_ldap_initStandalone() argument1991 if (sa_conf->SA_BIND_DN == NULL && sa_conf->SA_BIND_PWD != NULL || in __ns_ldap_initStandalone()1992 sa_conf->SA_BIND_DN != NULL && sa_conf->SA_BIND_PWD == NULL) { in __ns_ldap_initStandalone()2005 switch (sa_conf->type) { in __ns_ldap_initStandalone()2007 if (sa_conf->SA_BIND_DN != NULL) { in __ns_ldap_initStandalone()2008 user_cred.cred.unix_cred.userID = sa_conf->SA_BIND_DN; in __ns_ldap_initStandalone()2012 if (sa_conf->SA_BIND_PWD != NULL) { in __ns_ldap_initStandalone()2013 user_cred.cred.unix_cred.passwd = sa_conf->SA_BIND_PWD; in __ns_ldap_initStandalone()2016 if (sa_conf->SA_AUTH != NULL) { in __ns_ldap_initStandalone()2017 user_cred.auth.type = sa_conf->SA_AUTH->type; in __ns_ldap_initStandalone()[all …]