Home
last modified time | relevance | path

Searched refs:LDAP_AUTH_SIMPLE (Results 1 – 25 of 31) sorted by relevance

12

/netbsd/src/external/bsd/openldap/dist/tests/progs/
Dslapd-common.c434 … if ( config->authmethod != -1 && config->authmethod != LDAP_AUTH_SIMPLE ) { in tester_config_opt()
437 config->authmethod = LDAP_AUTH_SIMPLE; in tester_config_opt()
453 config->authmethod = LDAP_AUTH_SIMPLE; in tester_config_finish()
458 config->authmethod = LDAP_AUTH_SIMPLE; in tester_config_finish()
522 } else if ( config->authmethod == LDAP_AUTH_SIMPLE ) { in tester_init_ld()
Dslapd-auth.c197 rc = ldap_bind_s( sld, binder, pass, LDAP_AUTH_SIMPLE ); in my_task()
255 rc = ldap_bind_s( ld, dn, pass, LDAP_AUTH_SIMPLE ); in my_task()
Dslapd-bind.c295 } else if ( config->authmethod == LDAP_AUTH_SIMPLE ) { in do_bind()
Dslapd-watcher.c579 config->authmethod = LDAP_AUTH_SIMPLE; in main()
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dbind.c76 case LDAP_AUTH_SIMPLE: in ldap_bind()
117 case LDAP_AUTH_SIMPLE: in ldap_bind_s()
Dtest.c260 authmethod = LDAP_AUTH_SIMPLE; in bind_prompt()
265 if ( authmethod == LDAP_AUTH_SIMPLE && dn[0] != '\0' ) { in bind_prompt()
411 method = LDAP_AUTH_SIMPLE; in main()
415 if ( method == LDAP_AUTH_SIMPLE && dn[0] != '\0' ) in main()
431 method = LDAP_AUTH_SIMPLE; in main()
Dvc.c227 dn, LDAP_AUTH_SIMPLE, cred); in ldap_verify_credentials()
Dsasl.c90 ld->ld_version, dn, LDAP_AUTH_SIMPLE, in ldap_build_bind_req()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ndb/
Dbind.cpp130 case LDAP_AUTH_SIMPLE: in ndb_back_bind()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ldap/
Dinit.c237 sb.sb_method = LDAP_AUTH_SIMPLE; in ldap_back_db_open()
Dconfig.c895 if ( si->si_bc.sb_method == LDAP_AUTH_SIMPLE ) { in slap_idassert_parse()
1799 sb.sb_method = LDAP_AUTH_SIMPLE; in ldap_back_cf_gen()
1971 sb.sb_method = LDAP_AUTH_SIMPLE; in ldap_back_cf_gen()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-meta/
Dinit.c172 sb.sb_method = LDAP_AUTH_SIMPLE; in meta_target_finish()
Dbind.c1525 case LDAP_AUTH_SIMPLE: in meta_back_proxy_authz_cred()
1570 case LDAP_AUTH_SIMPLE: in meta_back_proxy_authz_bind()
Dconn.c1262 if ( op->orb_method == LDAP_AUTH_SIMPLE && be_isroot_pw( op ) ) { in meta_back_getconn()
/netbsd/src/external/bsd/openldap/dist/clients/tools/
Dcommon.c1022 if( authmethod != -1 && authmethod != LDAP_AUTH_SIMPLE ) { in tool_args()
1027 authmethod = LDAP_AUTH_SIMPLE; in tool_args()
1120 authmethod = LDAP_AUTH_SIMPLE; in tool_args()
1125 authmethod = LDAP_AUTH_SIMPLE; in tool_args()
/netbsd/src/external/bsd/am-utils/dist/amd/
Dinfo_ldap.c283 creds->method = LDAP_AUTH_SIMPLE; in amu_ldap_init()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dbind.c303 if ( op->orb_method == LDAP_AUTH_SIMPLE ) { in fe_op_bind()
Dbackend.c843 assert( op->orb_method == LDAP_AUTH_SIMPLE ); in be_rootdn_bind()
1323 && op->o_authtype == LDAP_AUTH_SIMPLE ) in backend_check_restrictions()
Dconfig.c1402 { BER_BVC("simple"), LDAP_AUTH_SIMPLE },
2260 } else if ( sb->sb_method == LDAP_AUTH_SIMPLE ) { in slap_client_connect()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dotp.c800 if ( op->oq_bind.rb_method != LDAP_AUTH_SIMPLE ) { in otp_op_bind()
Dremoteauth.c671 if ( op->orb_method != LDAP_AUTH_SIMPLE ) in remoteauth_bind()
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
Dsmbk5pwd.c220 if ( op->oq_bind.rb_method == LDAP_AUTH_SIMPLE ) { in smbk5pwd_op_bind()
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
Dpam.c196 op->orb_method = LDAP_AUTH_SIMPLE; in pam_do_bind()
/netbsd/src/external/bsd/openldap/dist/contrib/ldaptcl/
DneoXldap.c472 ldap_authInt = LDAP_AUTH_SIMPLE;
/netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/
Dslapi_pblock.c382 case LDAP_AUTH_SIMPLE: in pblock_get_authtype()

12