Searched refs:LDAP_AUTH_SIMPLE (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dbind.c62 * LDAP_AUTH_SIMPLE )
71 case LDAP_AUTH_SIMPLE:
98 * "secret", LDAP_AUTH_SIMPLE )
112 case LDAP_AUTH_SIMPLE:
H A Dtest.c255 authmethod = LDAP_AUTH_SIMPLE;
260 if ( authmethod == LDAP_AUTH_SIMPLE && dn[0] != '\0' ) {
406 method = LDAP_AUTH_SIMPLE;
410 if ( method == LDAP_AUTH_SIMPLE && dn[0] != '\0' )
426 method = LDAP_AUTH_SIMPLE;
H A Dsasl.c110 ld->ld_version, dn, LDAP_AUTH_SIMPLE,
/macosx-10.10.1/apr-32/apr-util/apr-util/ldap/
H A Dapr_ldap_rebind.c258 *methodp = LDAP_AUTH_SIMPLE;
322 return (ldap_bind_s(ld, bindDN, bindPW, LDAP_AUTH_SIMPLE));
358 return (ldap_bind_s(ld, bindDN, bindPW, LDAP_AUTH_SIMPLE));
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dbind.c131 case LDAP_AUTH_SIMPLE:
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dconfig.c895 if ( si->si_bc.sb_method == LDAP_AUTH_SIMPLE ) {
1708 li->li_acl_authmethod = LDAP_AUTH_SIMPLE;
1711 case LDAP_AUTH_SIMPLE:
1734 li->li_acl_authmethod = LDAP_AUTH_SIMPLE;
1737 case LDAP_AUTH_SIMPLE:
1853 li->li_idassert_authmethod = LDAP_AUTH_SIMPLE;
1856 case LDAP_AUTH_SIMPLE:
1879 li->li_idassert_authmethod = LDAP_AUTH_SIMPLE;
1882 case LDAP_AUTH_SIMPLE:
1964 sb.sb_method = LDAP_AUTH_SIMPLE;
[all...]
H A Dinit.c224 sb.sb_method = LDAP_AUTH_SIMPLE;
H A Dbind.c262 /* method is always LDAP_AUTH_SIMPLE if we got here */
2417 case LDAP_AUTH_SIMPLE:
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dinit.c177 sb.sb_method = LDAP_AUTH_SIMPLE;
H A Dbind.c1534 case LDAP_AUTH_SIMPLE:
1579 case LDAP_AUTH_SIMPLE:
H A Dconn.c1252 if ( op->orb_method == LDAP_AUTH_SIMPLE && be_isroot_pw( op ) ) {
H A Dsearch.c226 case LDAP_AUTH_SIMPLE:
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dcommon.c981 if( authmethod != -1 && authmethod != LDAP_AUTH_SIMPLE ) {
986 authmethod = LDAP_AUTH_SIMPLE;
1079 authmethod = LDAP_AUTH_SIMPLE;
1084 authmethod = LDAP_AUTH_SIMPLE;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dbind.c298 if ( op->orb_method == LDAP_AUTH_SIMPLE ) {
H A Dbackend.c824 assert( op->orb_method == LDAP_AUTH_SIMPLE );
1241 && op->o_authtype == LDAP_AUTH_SIMPLE )
H A Dconfig.c1271 { BER_BVC("simple"), LDAP_AUTH_SIMPLE },
2109 } else if ( sb->sb_method == LDAP_AUTH_SIMPLE ) {
H A Dsyncrepl.c5278 si->si_bindconf.sb_method = LDAP_AUTH_SIMPLE;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldaptcl/
H A DneoXldap.c470 ldap_authInt = LDAP_AUTH_SIMPLE;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dpam.c183 op->orb_method = LDAP_AUTH_SIMPLE;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/smbk5pwd/
H A Dsmbk5pwd.c288 if ( op->oq_bind.rb_method == LDAP_AUTH_SIMPLE ) {
/macosx-10.10.1/bind9-45.101/bind9/contrib/dlz/drivers/
H A Ddlz_ldap_driver.c997 method = LDAP_AUTH_SIMPLE;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_pblock.c377 case LDAP_AUTH_SIMPLE:
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap.h532 #define LDAP_AUTH_SIMPLE ((ber_tag_t) 0x80U) /* context specific + primitive */ macro
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Daccesslog.c1747 if ( op->orb_method == LDAP_AUTH_SIMPLE ) {

Completed in 371 milliseconds