Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c85 na->saslopt = NS_LDAP_SASLOPT_PRIV | in string2auth()
94 na->saslopt = NS_LDAP_SASLOPT_NONE; in string2auth()
99 na->saslopt = NS_LDAP_SASLOPT_NONE; in string2auth()
104 na->saslopt = NS_LDAP_SASLOPT_NONE; in string2auth()
109 na->saslopt = NS_LDAP_SASLOPT_PRIV | in string2auth()
115 na->saslopt = NS_LDAP_SASLOPT_NONE; in string2auth()
120 na->saslopt = NS_LDAP_SASLOPT_NONE; in string2auth()
125 na->saslopt = NS_LDAP_SASLOPT_NONE; in string2auth()
/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c167 credp->auth.saslopt = authp->saslopt; in authenticate()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c249 ap->auth.saslopt = authp->auth.saslopt; in __ns_ldap_dupAuth()
352 (auth1->auth.saslopt != auth2->auth.saslopt)) in __s_api_is_auth_matched()
H A Dns_connect.c482 (void) fprintf(fp, "tid= %d: SaslOpt=%d\n", t, cred->auth.saslopt); in printCred()
1780 (aMethod[0])->saslopt = NS_LDAP_SASLOPT_NONE; in getConnection()
2449 if (auth->auth.saslopt != NS_LDAP_SASLOPT_NONE && in doSASLBind()
2454 auth->auth.saslopt); in doSASLBind()
H A Dns_sldap.h163 SaslOpt_t saslopt; member
H A Dns_config.c3625 ap->saslopt = NS_LDAP_SASLOPT_INT; in __s_api_AuthEnumtoStruct()
3630 ap->saslopt = NS_LDAP_SASLOPT_PRIV; in __s_api_AuthEnumtoStruct()
3639 ap->saslopt = NS_LDAP_SASLOPT_INT | in __s_api_AuthEnumtoStruct()
3664 ap->saslopt = NS_LDAP_SASLOPT_INT; in __s_api_AuthEnumtoStruct()
3670 ap->saslopt = NS_LDAP_SASLOPT_PRIV; in __s_api_AuthEnumtoStruct()
H A Dns_standalone.c2020 user_cred.auth.saslopt = sa_conf->SA_AUTH->saslopt; in __ns_ldap_initStandalone()
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c670 credp->auth.saslopt = authp->saslopt; in update_ldap_attr()
/illumos-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c1061 credp->auth.saslopt = authp->saslopt; in ldap_replaceattr()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1708 credp->auth.saslopt = authp->saslopt;
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c4450 authority.auth.saslopt = authp->saslopt; in main()