Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c2016 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()
H A Dns_sldap.h570 #define SA_AUTH ds_profile.server.auth macro
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c401 standalone_cfg.SA_AUTH = (authmech == NULL) ? NULL : &auth; in main()
H A Dldapclient.c1561 cfg.SA_AUTH = &auth; in client_init()
H A Dldapaddent.c4415 standalone_cfg.SA_AUTH = authmech == NULL ? NULL : &authority.auth; in main()