Home
last modified time | relevance | path

Searched refs:sb_method (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dback-ldap.h223 #define li_idassert_authmethod li_idassert.si_bc.sb_method
279 #define li_acl_authmethod li_acl.sb_method
H A Dconfig.c775 if ( si->si_bc.sb_method != LDAP_AUTH_SASL ) { in slap_idassert_parse()
895 if ( si->si_bc.sb_method == LDAP_AUTH_SIMPLE ) { in slap_idassert_parse()
906 } else if ( si->si_bc.sb_method == LDAP_AUTH_SASL ) { 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()
H A Dinit.c237 sb.sb_method = LDAP_AUTH_SIMPLE; in ldap_back_db_open()
H A Dbind.c1414 if ( sb->sb_method == LDAP_AUTH_SASL ) { in ldap_back_dobind_int()
2586 } else if ( si->si_bc.sb_method == LDAP_AUTH_SASL ) { in ldap_back_proxy_authz_ctrl()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dinit.c190 sb.sb_method = LDAP_AUTH_SIMPLE; in asyncmeta_target_finish()
H A Dback-asyncmeta.h282 #define mt_idassert_authmethod mt_idassert.si_bc.sb_method
H A Dbind.c1043 } else if ( si->si_bc.sb_method == LDAP_AUTH_SASL ) { in asyncmeta_back_proxy_authz_ctrl()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dinit.c172 sb.sb_method = LDAP_AUTH_SIMPLE; in meta_target_finish()
H A Dback-meta.h342 #define mt_idassert_authmethod mt_idassert.si_bc.sb_method
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dupstream.c564 if ( bindconf.sb_method == LDAP_AUTH_SIMPLE ) { in upstream_bind()
658 } else if ( bindconf.sb_method == LDAP_AUTH_NONE ) { in upstream_finish()
H A Dconfig.c1226 if ( bindconf.sb_method == LDAP_AUTH_SASL ) { in config_bindconf()
2775 { BER_BVC("bindmethod="), offsetof(slap_bindconf, sb_method), 'i', 0, methkey },
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dconfig.c1527 { BER_BVC("bindmethod="), offsetof(slap_bindconf, sb_method), 'i', 0, methkey },
2192 if ( sb->sb_method == LDAP_AUTH_SASL ) { in slap_client_connect()
2260 } else if ( sb->sb_method == LDAP_AUTH_SIMPLE ) { in slap_client_connect()
H A Dslap.h1643 int sb_method; member
H A Dsyncrepl.c7028 si->si_bindconf.sb_method = LDAP_AUTH_SIMPLE; in add_syncrepl()