Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsldap/common/
H A Dns_standalone.c2015 if (sa_conf->SA_AUTH != NULL) { in __ns_ldap_initStandalone()
2016 user_cred.auth.type = sa_conf->SA_AUTH->type; in __ns_ldap_initStandalone()
2017 user_cred.auth.tlstype = sa_conf->SA_AUTH->tlstype; in __ns_ldap_initStandalone()
2018 user_cred.auth.saslmech = sa_conf->SA_AUTH->saslmech; in __ns_ldap_initStandalone()
2019 user_cred.auth.saslopt = sa_conf->SA_AUTH->saslopt; in __ns_ldap_initStandalone()
H A Dns_sldap.h569 #define SA_AUTH ds_profile.server.auth macro
/titanic_41/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c402 standalone_cfg.SA_AUTH = (authmech == NULL) ? NULL : &auth; in main()
H A Dldapclient.c1560 cfg.SA_AUTH = &auth; in client_init()
H A Dldapaddent.c4413 standalone_cfg.SA_AUTH = authmech == NULL ? NULL : &authority.auth; in main()