[Date Prev][Date Next] [Chronological] [Thread] [Top]

authentication problem - pls help



Hi all,
I have a elementary problem here.
Seems to have missed out something real simple.
 
I am unable to authenticate my open-ldap server with netscape/outlook.
using version 2.0.6 (compiled with ./configure --enable-crypt)
i am able to read from the ldap server if no authentication is used
 
i suspect there is something wrong with my ldif file
dn: dc=test,dc=net
objectClass: dcObject
objectClass: organization
dc: test
o: test company 
 
dn: cn=bobo,dc=test,dc=net
objectClass: organizationalRole
cn: bobo
uid: bobo
mail: bobo@test.net
description: Bobo the Farter
userPassword: {crypt}$1$RsfsDFKOdsTHr67GYTHBDT

my access control list in slapd.conf is
defaultaccess    none
access to *
        by anonymous auth
        by users read
thanks for any pointers/HOW-TO/help
 
 
------debug logs using slapd -d 256-------
 
screen log under Outlook Express
bind: invalid dn (bobo)
ber_flush: 24 bytes to sd 9
conn=2 op=0 RESULT tag=97 err=34 text=invalid DN
conn=2 op=1 UNBIND
conn=-1 fd=9 closed
 
screen log under Netscape
conn=3 op=0 BIND dn="" method=128
ber_flush: 14 bytes to sd 9
conn=3 op=0 RESULT tag=97 err=0 text=
conn=3 op=1 SRCH base="dc=i-dns,dc=net" scope=2 filter="(mail=bobo@test.net)"
ber_flush: 14 bytes to sd 9
conn=3 op=1 SEARCH RESULT tag=101 err=0 text=
conn=3 op=2 UNBIND
conn=-1 fd=9 closed