Lines Matching refs:sa_conf

1977 __ns_ldap_initStandalone(const ns_standalone_conf_t *sa_conf,  in __ns_ldap_initStandalone()  argument
1991 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()
2018 user_cred.auth.tlstype = sa_conf->SA_AUTH->tlstype; in __ns_ldap_initStandalone()
2019 user_cred.auth.saslmech = sa_conf->SA_AUTH->saslmech; in __ns_ldap_initStandalone()
2020 user_cred.auth.saslopt = sa_conf->SA_AUTH->saslopt; in __ns_ldap_initStandalone()
2023 if (sa_conf->SA_CERT_PATH != NULL) { in __ns_ldap_initStandalone()
2024 user_cred.hostcertpath = sa_conf->SA_CERT_PATH; in __ns_ldap_initStandalone()
2028 &sa_conf->ds_profile.server, in __ns_ldap_initStandalone()
2043 if (sa_conf->SA_CERT_PATH != NULL) { in __ns_ldap_initStandalone()
2061 sa_conf->SA_CERT_PATH, in __ns_ldap_initStandalone()
2068 if (sa_conf->SA_BIND_DN != NULL && in __ns_ldap_initStandalone()
2069 sa_conf->SA_BIND_PWD != NULL) { in __ns_ldap_initStandalone()
2095 sa_conf->SA_BIND_DN, in __ns_ldap_initStandalone()
2103 sa_conf->SA_BIND_PWD, in __ns_ldap_initStandalone()