Home
last modified time | relevance | path

Searched refs:user_cred (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c1980 ns_cred_t user_cred = {{NS_LDAP_AUTH_NONE, in __ns_ldap_initStandalone() local
2008 user_cred.cred.unix_cred.userID = sa_conf->SA_BIND_DN; in __ns_ldap_initStandalone()
2009 user_cred.auth.type = NS_LDAP_AUTH_SIMPLE; in __ns_ldap_initStandalone()
2013 user_cred.cred.unix_cred.passwd = sa_conf->SA_BIND_PWD; 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()
2024 user_cred.hostcertpath = sa_conf->SA_CERT_PATH; in __ns_ldap_initStandalone()
2029 &user_cred, in __ns_ldap_initStandalone()