HomeSort by: relevance | last modified time | path
    Searched refs:oq_bind (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-sock/
bind.c 75 fprintf( fp, "method: %d\n", op->oq_bind.rb_method );
76 fprintf( fp, "credlen: %lu\n", op->oq_bind.rb_cred.bv_len );
77 fprintf( fp, "cred: %s\n", op->oq_bind.rb_cred.bv_val ); /* XXX */
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
bind.c 92 ber_dupbv( &op->oq_bind.rb_edn, &e->e_name );
115 switch ( op->oq_bind.rb_method ) {
123 if ( slap_passwd_check( op, e, a, &op->oq_bind.rb_cred,
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
bind.c 88 ber_dupbv( &op->oq_bind.rb_edn, &e->e_name );
111 switch ( op->oq_bind.rb_method ) {
119 if ( slap_passwd_check( op, e, a, &op->oq_bind.rb_cred,
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
bind.c 91 if ( slap_passwd_check( op, &e, a, &op->oq_bind.rb_cred,
  /src/external/bsd/openldap/dist/contrib/slapd-modules/vc/
vc.c 311 memset( &conn->op->oq_bind, 0, sizeof( conn->op->oq_bind ) );
  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 2614 req_bind_s oq_bind; member in union:OpRequest
2674 #define oq_bind o_request.oq_bind macro
2685 #define orb_method oq_bind.rb_method
2686 #define orb_cred oq_bind.rb_cred
2687 #define orb_edn oq_bind.rb_edn
2688 #define orb_ssf oq_bind.rb_ssf
2689 #define orb_mech oq_bind.rb_mech
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
remoteauth.c 806 &op->oq_bind.rb_cred, NULL, NULL, NULL );
832 slap_passwd_hash( &op->oq_bind.rb_cred, &m.sml_values[0], &txt );
838 ber_dupbv( &m.sml_values[0], &op->oq_bind.rb_cred );
otp.c 827 if ( op->oq_bind.rb_method != LDAP_AUTH_SIMPLE ) {
  /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/
slapd-totp.c 935 if ( op->oq_bind.rb_method == LDAP_AUTH_SIMPLE ) {
  /src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
smbk5pwd.c 221 if ( op->oq_bind.rb_method == LDAP_AUTH_SIMPLE ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c 1365 if(slap_passwd_check(op, entry, a, &op->oq_bind.rb_cred,

Completed in 43 milliseconds