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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c1979 ns_cred_t user_cred = {{NS_LDAP_AUTH_NONE, local
2007 user_cred.cred.unix_cred.userID = sa_conf->SA_BIND_DN;
2008 user_cred.auth.type = NS_LDAP_AUTH_SIMPLE;
2012 user_cred.cred.unix_cred.passwd = sa_conf->SA_BIND_PWD;
2016 user_cred.auth.type = sa_conf->SA_AUTH->type;
2017 user_cred.auth.tlstype = sa_conf->SA_AUTH->tlstype;
2018 user_cred.auth.saslmech = sa_conf->SA_AUTH->saslmech;
2019 user_cred.auth.saslopt = sa_conf->SA_AUTH->saslopt;
2023 user_cred.hostcertpath = sa_conf->SA_CERT_PATH;
2028 &user_cred,
[all...]

Completed in 90 milliseconds