Home
last modified time | relevance | path

Searched refs:LDAP_AUTH_SASL (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/tests/progs/
Dslapd-common.c363 … if ( config->authmethod != -1 && config->authmethod != LDAP_AUTH_SASL ) { in tester_config_opt()
366 config->authmethod = LDAP_AUTH_SASL; in tester_config_opt()
374 … if ( config->authmethod != -1 && config->authmethod != LDAP_AUTH_SASL ) { in tester_config_opt()
377 config->authmethod = LDAP_AUTH_SASL; in tester_config_opt()
385 … if ( config->authmethod != -1 && config->authmethod != LDAP_AUTH_SASL ) { in tester_config_opt()
388 config->authmethod = LDAP_AUTH_SASL; in tester_config_opt()
396 … if ( config->authmethod != -1 && config->authmethod != LDAP_AUTH_SASL ) { in tester_config_opt()
399 config->authmethod = LDAP_AUTH_SASL; in tester_config_opt()
407 … if ( config->authmethod != -1 && config->authmethod != LDAP_AUTH_SASL ) { in tester_config_opt()
410 config->authmethod = LDAP_AUTH_SASL; in tester_config_opt()
[all …]
Dslapd-bind.c281 if ( config->authmethod == LDAP_AUTH_SASL ) { in do_bind()
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dbind.c84 case LDAP_AUTH_SASL: in ldap_bind()
125 case LDAP_AUTH_SASL: in ldap_bind_s()
Dvc.c234 dn, LDAP_AUTH_SASL, mechanism); in ldap_verify_credentials()
237 dn, LDAP_AUTH_SASL, mechanism); in ldap_verify_credentials()
243 dn, LDAP_AUTH_SASL, mechanism, cred); in ldap_verify_credentials()
246 dn, LDAP_AUTH_SASL, mechanism, cred); in ldap_verify_credentials()
Dsasl.c97 ld->ld_version, dn, LDAP_AUTH_SASL, in ldap_build_bind_req()
104 ld->ld_version, dn, LDAP_AUTH_SASL, in ldap_build_bind_req()
/netbsd/src/external/bsd/openldap/dist/clients/tools/
Dcommon.c791 if( authmethod != -1 && authmethod != LDAP_AUTH_SASL ) { in tool_args()
797 authmethod = LDAP_AUTH_SASL; in tool_args()
883 if( authmethod != -1 && authmethod != LDAP_AUTH_SASL ) { in tool_args()
888 authmethod = LDAP_AUTH_SASL; in tool_args()
926 if( authmethod != -1 && authmethod != LDAP_AUTH_SASL ) { in tool_args()
932 authmethod = LDAP_AUTH_SASL; in tool_args()
946 if( authmethod != -1 && authmethod != LDAP_AUTH_SASL ) { in tool_args()
952 authmethod = LDAP_AUTH_SASL; in tool_args()
966 if( authmethod != -1 && authmethod != LDAP_AUTH_SASL ) { in tool_args()
972 authmethod = LDAP_AUTH_SASL; in tool_args()
[all …]
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dbind.c121 if( op->orb_method != LDAP_AUTH_SASL ) { in do_bind()
175 if( op->orb_method == LDAP_AUTH_SASL ) { in do_bind()
215 if ( op->orb_method != LDAP_AUTH_SASL ) { in do_bind()
246 if ( op->orb_method == LDAP_AUTH_SASL ) { in fe_op_bind()
Dsasl.c742 conn->c_sasl_bindop->orb_method != LDAP_AUTH_SASL ) goto done; in slap_sasl_canonicalize()
847 conn->c_sasl_bindop->orb_method != LDAP_AUTH_SASL ) return SASL_OK; in slap_sasl_authorize()
Dconfig.c1404 { BER_BVC("sasl"), LDAP_AUTH_SASL },
2192 if ( sb->sb_method == LDAP_AUTH_SASL ) { in slap_client_connect()
Dbackend.c1333 if( op->o_authtype != LDAP_AUTH_SASL || BER_BVISEMPTY( &op->o_dn ) ) { in backend_check_restrictions()
Dconnection.c1790 if ( op->orb_method == LDAP_AUTH_SASL ) { in connection_bind_cb()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ldap/
Dbind.c1414 if ( sb->sb_method == LDAP_AUTH_SASL ) { in ldap_back_dobind_int()
2229 if ( li->li_idassert_authmethod == LDAP_AUTH_SASL ) { in ldap_back_proxy_authz_bind()
2586 } else if ( si->si_bc.sb_method == LDAP_AUTH_SASL ) { in ldap_back_proxy_authz_ctrl()
Dconfig.c775 if ( si->si_bc.sb_method != LDAP_AUTH_SASL ) { in slap_idassert_parse()
906 } else if ( si->si_bc.sb_method == LDAP_AUTH_SASL ) { in slap_idassert_parse()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/
Dslapi_pblock.c379 case LDAP_AUTH_SASL: in pblock_get_authtype()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-meta/
Dbind.c1424 if ( dobind && mt->mt_idassert_authmethod == LDAP_AUTH_SASL ) { in meta_back_proxy_authz_cred()
/netbsd/src/external/bsd/openldap/dist/include/
Dldap.h566 #define LDAP_AUTH_SASL ((ber_tag_t) 0xa3U) /* context specific + constructed */ macro