Searched refs:oq_bind (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-sock/ |
| D | bind.c | 75 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-ndb/ |
| D | bind.cpp | 104 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/ |
| D | bind.c | 91 if ( slap_passwd_check( op, &e, a, &op->oq_bind.rb_cred, in backsql_bind()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| D | remoteauth.c | 805 &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()
|
| D | otp.c | 800 if ( op->oq_bind.rb_method != LDAP_AUTH_SIMPLE ) { in otp_op_bind()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | slap.h | 2598 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/smbk5pwd/ |
| D | smbk5pwd.c | 220 if ( op->oq_bind.rb_method == LDAP_AUTH_SIMPLE ) { in smbk5pwd_op_bind()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ldif/ |
| D | ldif.c | 1365 if(slap_passwd_check(op, entry, a, &op->oq_bind.rb_cred, in ldif_back_bind()
|