Re: Trouble with authentication

Chris Irwin (cirwin@concept5.com)
Thu, 08 Aug 1996 08:53:59 -0400

I am still having a problem with authentication. It lloks like it is in
the bind process where the server can't find the DN object being passed
in. The command line that I use is:

ldapsearch -D 'cn=Christopher S. Irwin, o=Concept Five Technologies,
c=US' -w none 'objectclass=person'

the output from thsi command is:

ldap_bind: No such object
ldap_bind: matched: o=Concept Five Technologies,c=US

and here is the output from slapd -d 129 :

do_bind
do_bind: version 2 dn (cn=Christopher S. Irwin,o=Concept Five
Technologies,c=US) method 128
=> dn2id( "cn=Christopher S. Irwin,o=Concept Five Technologies,c=US" )
=> ldbm_cache_open( "/usr/local/ldap/db/dn2id.gdbm", 2, 600 )
<= ldbm_cache_open (cache 0)
<= dn2id NOID
=> dn2id( "o=Concept Five Technologies,c=US" )
=> ldbm_cache_open( "/usr/local/ldap/db/dn2id.gdbm", 2, 600 )
<= ldbm_cache_open (cache 0)
<= dn2id 1
=> id2entry( 1 )
<= id2entry 0xaf0d0 (cache)
send_ldap_result 32:o=Concept Five Technologies,c=US:
ber_get_next on fd 6 failed errno 0 (Error 0)
*** got 0 of 0 so far

Do I need to do anything special to get the person records that I add to
be registered with whatever source the bind process is looking at for
authenitication ? I have a userPassword attribute for each user.

Thanks,

Chris

-- 
Christopher S. Irwin
Concept Five Technologies, Inc.		Phone: 703-610-1920
7525 Colshire Drive			Fax:   703-610-1853
McLean Virginia 22102-7400		Email: cirwin@concept5.com