Searched refs:oq_bind (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sock/
H A Dbind.c70 fprintf( fp, "method: %d\n", op->oq_bind.rb_method );
71 fprintf( fp, "credlen: %lu\n", op->oq_bind.rb_cred.bv_len );
72 fprintf( fp, "cred: %s\n", op->oq_bind.rb_cred.bv_val ); /* XXX */
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dbind.c95 fprintf( wfp, "method: %d\n", op->oq_bind.rb_method );
96 fprintf( wfp, "credlen: %lu\n", op->oq_bind.rb_cred.bv_len );
97 fprintf( wfp, "cred: %s\n", op->oq_bind.rb_cred.bv_val ); /* XXX */
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dbind.c105 ber_dupbv( &op->oq_bind.rb_edn, &e->e_name );
130 switch ( op->oq_bind.rb_method ) {
133 if( odusers_krb_auth(op, op->oq_bind.rb_cred.bv_val) ) {
147 if ( slap_passwd_check( op, e, a, &op->oq_bind.rb_cred,
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dbind.c88 if ( slap_passwd_check( op, &e, a, &op->oq_bind.rb_cred,
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslap.h2566 req_bind_s oq_bind; member in union:OpRequest
2624 #define oq_bind o_request.oq_bind macro
2635 #define orb_method oq_bind.rb_method
2636 #define orb_cred oq_bind.rb_cred
2637 #define orb_edn oq_bind.rb_edn
2638 #define orb_ssf oq_bind.rb_ssf
2639 #define orb_mech oq_bind.rb_mech
/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/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldif/
H A Dldif.c1357 if(slap_passwd_check(op, entry, a, &op->oq_bind.rb_cred,

Completed in 187 milliseconds