Searched refs:LDAP_AUTH_SIMPLE (Results 1 – 25 of 31) sorted by relevance
12
| /netbsd/src/external/bsd/openldap/dist/tests/progs/ |
| D | slapd-common.c | 434 … 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()
|
| D | slapd-auth.c | 197 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()
|
| D | slapd-bind.c | 295 } else if ( config->authmethod == LDAP_AUTH_SIMPLE ) { in do_bind()
|
| D | slapd-watcher.c | 579 config->authmethod = LDAP_AUTH_SIMPLE; in main()
|
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | bind.c | 76 case LDAP_AUTH_SIMPLE: in ldap_bind() 117 case LDAP_AUTH_SIMPLE: in ldap_bind_s()
|
| D | test.c | 260 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()
|
| D | vc.c | 227 dn, LDAP_AUTH_SIMPLE, cred); in ldap_verify_credentials()
|
| D | sasl.c | 90 ld->ld_version, dn, LDAP_AUTH_SIMPLE, in ldap_build_bind_req()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
| D | bind.cpp | 130 case LDAP_AUTH_SIMPLE: in ndb_back_bind()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| D | init.c | 237 sb.sb_method = LDAP_AUTH_SIMPLE; in ldap_back_db_open()
|
| D | config.c | 895 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/ |
| D | init.c | 172 sb.sb_method = LDAP_AUTH_SIMPLE; in meta_target_finish()
|
| D | bind.c | 1525 case LDAP_AUTH_SIMPLE: in meta_back_proxy_authz_cred() 1570 case LDAP_AUTH_SIMPLE: in meta_back_proxy_authz_bind()
|
| D | conn.c | 1262 if ( op->orb_method == LDAP_AUTH_SIMPLE && be_isroot_pw( op ) ) { in meta_back_getconn()
|
| /netbsd/src/external/bsd/openldap/dist/clients/tools/ |
| D | common.c | 1022 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/ |
| D | info_ldap.c | 283 creds->method = LDAP_AUTH_SIMPLE; in amu_ldap_init()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | bind.c | 303 if ( op->orb_method == LDAP_AUTH_SIMPLE ) { in fe_op_bind()
|
| D | backend.c | 843 assert( op->orb_method == LDAP_AUTH_SIMPLE ); in be_rootdn_bind() 1323 && op->o_authtype == LDAP_AUTH_SIMPLE ) in backend_check_restrictions()
|
| D | config.c | 1402 { 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/ |
| D | otp.c | 800 if ( op->oq_bind.rb_method != LDAP_AUTH_SIMPLE ) { in otp_op_bind()
|
| D | remoteauth.c | 671 if ( op->orb_method != LDAP_AUTH_SIMPLE ) in remoteauth_bind()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/ |
| D | smbk5pwd.c | 220 if ( op->oq_bind.rb_method == LDAP_AUTH_SIMPLE ) { in smbk5pwd_op_bind()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| D | pam.c | 196 op->orb_method = LDAP_AUTH_SIMPLE; in pam_do_bind()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/ldaptcl/ |
| D | neoXldap.c | 472 ldap_authInt = LDAP_AUTH_SIMPLE;
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| D | slapi_pblock.c | 382 case LDAP_AUTH_SIMPLE: in pblock_get_authtype()
|
12