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

Bind pb



Hello,

i get some trouble with my LDAP server (2.0.19) under a RedHat box (kernel 2.4.4).

Every time i try to bind to the server, it returns me a LDAP_SUCCESS error code, when the provided DN is valid, even if it doesn't exist in the database.

for example, a bind with dn :

"cn=dsnffksh" , no password (or anything !!)-> successfull (i don't have any dsnffksh entry in my database)

Does any one get some information about this problem, since it was working fine until last friday.


The following lines come from my slapd.conf file, if it can help :

## start of slapd.conf ###
include		/usr/local/openldap/etc/openldap/schema/core.schema
include		/usr/local/openldap/etc/openldap/schema/cosine.schema
include		/usr/local/openldap/etc/openldap/schema/inetorgperson.schema
include		/usr/local/openldap/etc/openldap/schema/nis.schema
include		/usr/local/openldap/etc/openldap/schema/samba.schema

pidfile		/usr/local/openldap/var/slapd.pid
argsfile	/usr/local/openldap/var/slapd.args

database	ldbm
suffix		"o=company.com"
rootdn		"cn=Manager, o=company.com"
rootpw		<secret password here>
directory	/usr/local/openldap/var/openldap-ldbm
index	objectClass	eq

loglevel 256

defaultaccess read

access to attr=userPassword
	by self write
	by dn="cn=admin,ou=people,o=company.com" write
	by * auth

access to *
	by self write
	by dn="cn=admin,ou=people,o=company.com" write
	by * read
## end of slapd.conf ###

Thanks in advance.

Chris