Home
last modified time | relevance | path

Searched refs:oq_bind (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sock/
H A Dbind.c75 fprintf( fp, "method: %d\n", op->oq_bind.rb_method ); in sock_back_bind()
76 fprintf( fp, "credlen: %lu\n", op->oq_bind.rb_cred.bv_len ); in sock_back_bind()
77 fprintf( fp, "cred: %s\n", op->oq_bind.rb_cred.bv_val ); /* XXX */ in sock_back_bind()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dbind.c91 ber_dupbv( &op->oq_bind.rb_edn, &e->e_name ); in wt_bind()
114 switch ( op->oq_bind.rb_method ) { in wt_bind()
122 if ( slap_passwd_check( op, e, a, &op->oq_bind.rb_cred, in wt_bind()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dbind.c92 ber_dupbv( &op->oq_bind.rb_edn, &e->e_name ); in mdb_bind()
115 switch ( op->oq_bind.rb_method ) { in mdb_bind()
123 if ( slap_passwd_check( op, e, a, &op->oq_bind.rb_cred, in mdb_bind()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dbind.cpp104 ber_dupbv( &op->oq_bind.rb_edn, &e.e_name ); in ndb_back_bind()
129 switch ( op->oq_bind.rb_method ) { in ndb_back_bind()
137 if ( slap_passwd_check( op, &e, a, &op->oq_bind.rb_cred, in ndb_back_bind()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dbind.c91 if ( slap_passwd_check( op, &e, a, &op->oq_bind.rb_cred, in backsql_bind()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/vc/
H A Dvc.c313 memset( &conn->op->oq_bind, 0, sizeof( conn->op->oq_bind ) ); in vc_exop()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dremoteauth.c805 &op->oq_bind.rb_cred, NULL, NULL, NULL ); in remoteauth_bind()
831 slap_passwd_hash( &op->oq_bind.rb_cred, &m.sml_values[0], &txt ); in remoteauth_bind()
837 ber_dupbv( &m.sml_values[0], &op->oq_bind.rb_cred ); in remoteauth_bind()
H A Dotp.c800 if ( op->oq_bind.rb_method != LDAP_AUTH_SIMPLE ) { in otp_op_bind()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h2598 req_bind_s oq_bind; member
2658 #define oq_bind o_request.oq_bind macro
2669 #define orb_method oq_bind.rb_method
2670 #define orb_cred oq_bind.rb_cred
2671 #define orb_edn oq_bind.rb_edn
2672 #define orb_ssf oq_bind.rb_ssf
2673 #define orb_mech oq_bind.rb_mech
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/
H A Dslapd-totp.c935 if ( op->oq_bind.rb_method == LDAP_AUTH_SIMPLE ) { in totp_op_bind()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
H A Dsmbk5pwd.c220 if ( op->oq_bind.rb_method == LDAP_AUTH_SIMPLE ) { in smbk5pwd_op_bind()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldif/
H A Dldif.c1365 if(slap_passwd_check(op, entry, a, &op->oq_bind.rb_cred, in ldif_back_bind()