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

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c51 char *saslmech; member in struct:idmap_nm_handle
84 na->saslmech = NS_LDAP_SASL_GSSAPI;
93 na->saslmech = NS_LDAP_SASL_NONE;
98 na->saslmech = NS_LDAP_SASL_CRAM_MD5;
103 na->saslmech = NS_LDAP_SASL_DIGEST_MD5;
108 na->saslmech = NS_LDAP_SASL_GSSAPI;
114 na->saslmech = NS_LDAP_SASL_NONE;
119 na->saslmech = NS_LDAP_SASL_CRAM_MD5;
124 na->saslmech = NS_LDAP_SASL_DIGEST_MD5;
214 adh->saslmech, NUL
[all...]
/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c168 credp->auth.saslmech = authp->saslmech;
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_impl.h120 char *saslmech; member in struct:adutils_host
H A Dadutils.c629 adh->saslmech, NULL, NULL, adh->saslflags, &saslcallback,
799 new->saslmech = "GSSAPI";
H A Daddisc.c648 char *saslmech = "GSSAPI"; local
691 saslmech, NULL, NULL, saslflags, &saslcallback,
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c481 (void) fprintf(fp, "tid= %d: SaslMech=%d\n", t, cred->auth.saslmech);
722 if (auth->auth.saslmech == NS_LDAP_SASL_GSSAPI) {
775 if (auth->auth.saslmech == NS_LDAP_SASL_GSSAPI) {
790 if (auth->auth.saslmech == NS_LDAP_SASL_GSSAPI) {
1517 aMethod->saslmech != NS_LDAP_SASL_GSSAPI)
1534 if ((aMethod->saslmech == NS_LDAP_SASL_DIGEST_MD5) ||
1535 (aMethod->saslmech == NS_LDAP_SASL_CRAM_MD5)) {
1538 } else if (aMethod->saslmech != NS_LDAP_SASL_GSSAPI) {
1546 ((aMethod->saslmech == NS_LDAP_SASL_DIGEST_MD5) ||
1547 (aMethod->saslmech
[all...]
H A Dns_sasl.c179 if ((*aNext)->saslmech == NS_LDAP_SASL_GSSAPI)
491 cred.auth.saslmech = NS_LDAP_SASL_GSSAPI;
H A Dns_common.c248 ap->auth.saslmech = authp->auth.saslmech;
351 (auth1->auth.saslmech != auth2->auth.saslmech) ||
356 ((auth1->auth.saslmech == NS_LDAP_SASL_CRAM_MD5) ||
357 (auth1->auth.saslmech == NS_LDAP_SASL_DIGEST_MD5))) ||
H A Dns_config.c3619 ap->saslmech = NS_LDAP_SASL_CRAM_MD5;
3623 ap->saslmech = NS_LDAP_SASL_DIGEST_MD5;
3627 ap->saslmech = NS_LDAP_SASL_DIGEST_MD5;
3632 ap->saslmech = NS_LDAP_SASL_DIGEST_MD5;
3637 ap->saslmech = NS_LDAP_SASL_EXTERNAL;
3641 ap->saslmech = NS_LDAP_SASL_GSSAPI;
3656 ap->saslmech = NS_LDAP_SASL_CRAM_MD5;
3661 ap->saslmech = NS_LDAP_SASL_DIGEST_MD5;
3666 ap->saslmech = NS_LDAP_SASL_DIGEST_MD5;
3672 ap->saslmech
[all...]
H A Dns_sldap.h161 SaslMech_t saslmech; member in struct:ns_auth
H A Dns_standalone.c2018 user_cred.auth.saslmech = sa_conf->SA_AUTH->saslmech;
H A Dns_writes.c1195 if (cred->auth.saslmech == NS_LDAP_SASL_GSSAPI)
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c394 if (auth.saslmech != NS_LDAP_SASL_GSSAPI &&
453 if ((*authp)->saslmech == NS_LDAP_SASL_GSSAPI) {
H A Dldapaddent.c4392 if (authority.auth.saslmech != NS_LDAP_SASL_GSSAPI &&
4402 if (authority.auth.saslmech != NS_LDAP_SASL_GSSAPI &&
4447 authority.auth.saslmech = authp->saslmech;
4459 if (authority.auth.saslmech == NS_LDAP_SASL_GSSAPI &&
H A Dldapclient.c2505 authMethod[counter]->saslmech);
2506 if (authMethod[counter]->saslmech == NS_LDAP_SASL_GSSAPI) {
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c678 credp->auth.saslmech = authp->saslmech;
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1709 credp->auth.saslmech = authp->saslmech;
1717 if (credp->auth.saslmech != NS_LDAP_SASL_GSSAPI) {
/illumos-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c1059 credp->auth.saslmech = authp->saslmech;

Completed in 265 milliseconds