Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c50 char *saslmech; member
83 na->saslmech = NS_LDAP_SASL_GSSAPI; in string2auth()
92 na->saslmech = NS_LDAP_SASL_NONE; in string2auth()
97 na->saslmech = NS_LDAP_SASL_CRAM_MD5; in string2auth()
102 na->saslmech = NS_LDAP_SASL_DIGEST_MD5; in string2auth()
107 na->saslmech = NS_LDAP_SASL_GSSAPI; in string2auth()
113 na->saslmech = NS_LDAP_SASL_NONE; in string2auth()
118 na->saslmech = NS_LDAP_SASL_CRAM_MD5; in string2auth()
123 na->saslmech = NS_LDAP_SASL_DIGEST_MD5; in string2auth()
213 adh->saslmech, NULL, NULL, adh->saslflags, &idmap_saslcallback, in idmap_open_ad_conn()
[all …]
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_connect.c481 (void) fprintf(fp, "tid= %d: SaslMech=%d\n", t, cred->auth.saslmech); in printCred()
722 if (auth->auth.saslmech == NS_LDAP_SASL_GSSAPI) { in makeConnection()
775 if (auth->auth.saslmech == NS_LDAP_SASL_GSSAPI) { in makeConnection()
790 if (auth->auth.saslmech == NS_LDAP_SASL_GSSAPI) { in makeConnection()
1517 aMethod->saslmech != NS_LDAP_SASL_GSSAPI) in __s_api_getDefaultAuth()
1534 if ((aMethod->saslmech == NS_LDAP_SASL_DIGEST_MD5) || in __s_api_getDefaultAuth()
1535 (aMethod->saslmech == NS_LDAP_SASL_CRAM_MD5)) { in __s_api_getDefaultAuth()
1538 } else if (aMethod->saslmech != NS_LDAP_SASL_GSSAPI) { in __s_api_getDefaultAuth()
1546 ((aMethod->saslmech == NS_LDAP_SASL_DIGEST_MD5) || in __s_api_getDefaultAuth()
1547 (aMethod->saslmech == NS_LDAP_SASL_CRAM_MD5)))) { in __s_api_getDefaultAuth()
[all …]
H A Dns_sasl.c179 if ((*aNext)->saslmech == NS_LDAP_SASL_GSSAPI) in __ns_ldap_self_gssapi_config()
491 cred.auth.saslmech = NS_LDAP_SASL_GSSAPI; in __ns_ldap_check_gssapi_preq()
H A Dns_common.c248 ap->auth.saslmech = authp->auth.saslmech; in __ns_ldap_dupAuth()
351 (auth1->auth.saslmech != auth2->auth.saslmech) || in __s_api_is_auth_matched()
356 ((auth1->auth.saslmech == NS_LDAP_SASL_CRAM_MD5) || in __s_api_is_auth_matched()
357 (auth1->auth.saslmech == NS_LDAP_SASL_DIGEST_MD5))) || in __s_api_is_auth_matched()
H A Dns_config.c3619 ap->saslmech = NS_LDAP_SASL_CRAM_MD5; in __s_api_AuthEnumtoStruct()
3623 ap->saslmech = NS_LDAP_SASL_DIGEST_MD5; in __s_api_AuthEnumtoStruct()
3627 ap->saslmech = NS_LDAP_SASL_DIGEST_MD5; in __s_api_AuthEnumtoStruct()
3632 ap->saslmech = NS_LDAP_SASL_DIGEST_MD5; in __s_api_AuthEnumtoStruct()
3637 ap->saslmech = NS_LDAP_SASL_EXTERNAL; in __s_api_AuthEnumtoStruct()
3641 ap->saslmech = NS_LDAP_SASL_GSSAPI; in __s_api_AuthEnumtoStruct()
3656 ap->saslmech = NS_LDAP_SASL_CRAM_MD5; in __s_api_AuthEnumtoStruct()
3661 ap->saslmech = NS_LDAP_SASL_DIGEST_MD5; in __s_api_AuthEnumtoStruct()
3666 ap->saslmech = NS_LDAP_SASL_DIGEST_MD5; in __s_api_AuthEnumtoStruct()
3672 ap->saslmech = NS_LDAP_SASL_DIGEST_MD5; in __s_api_AuthEnumtoStruct()
[all …]
H A Dns_sldap.h161 SaslMech_t saslmech; member
H A Dns_standalone.c2018 user_cred.auth.saslmech = sa_conf->SA_AUTH->saslmech; in __ns_ldap_initStandalone()
H A Dns_writes.c1195 if (cred->auth.saslmech == NS_LDAP_SASL_GSSAPI) in get_admin_passwd()
/titanic_41/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c168 credp->auth.saslmech = authp->saslmech; in authenticate()
/titanic_41/usr/src/lib/libadutils/common/
H A Dadutils_impl.h120 char *saslmech; member
H A Dadutils.c629 adh->saslmech, NULL, NULL, adh->saslflags, &saslcallback, in open_conn()
799 new->saslmech = "GSSAPI"; in adutils_add_ds()
H A Daddisc.c842 char *saslmech = "GSSAPI"; in ldap_lookup_init() local
880 saslmech, NULL, NULL, saslflags, &saslcallback, in ldap_lookup_init()
/titanic_41/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c394 if (auth.saslmech != NS_LDAP_SASL_GSSAPI && in main()
453 if ((*authp)->saslmech == NS_LDAP_SASL_GSSAPI) { in main()
H A Dldapaddent.c4392 if (authority.auth.saslmech != NS_LDAP_SASL_GSSAPI && in main()
4402 if (authority.auth.saslmech != NS_LDAP_SASL_GSSAPI && in main()
4447 authority.auth.saslmech = authp->saslmech; in main()
4459 if (authority.auth.saslmech == NS_LDAP_SASL_GSSAPI && in main()
H A Dldapclient.c2505 authMethod[counter]->saslmech); in adminCredCheck()
2506 if (authMethod[counter]->saslmech == NS_LDAP_SASL_GSSAPI) { in adminCredCheck()
/titanic_41/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1709 credp->auth.saslmech = authp->saslmech;
1717 if (credp->auth.saslmech != NS_LDAP_SASL_GSSAPI) {
/titanic_41/usr/src/cmd/keyserv/
H A Dchkey_common.c678 credp->auth.saslmech = authp->saslmech; in update_ldap_attr()
/titanic_41/usr/src/lib/passwdutil/
H A Dldap_attr.c1059 credp->auth.saslmech = authp->saslmech; in ldap_replaceattr()