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

error with access roles



Hi all,

I have add to my slapd config file access roles for the attribute
userpassword. After restart the ldap-server I get no connection with
kldap and the web500gw. How knows where is the mistake.
Also I have a problem with the index. If I add the line "index default
none" I get an error. Who can help me.

My slapd.conf file:

include 	/etc/openldap/schema/core.schema
schemacheck	off
loglevel	2048
pidfile		/var/run/slapd.pid
argsfile	/var/run/slapd.args
database	ldbm
suffix		"dc=test, dc=de"
rootdn		"uid=admin, dc=test, dc=de"
rootpw		secret
directory	/var/lib/ldap
index		cn,sn,uid	pres,eq,sub
index		objectclass	pres,eq
#index		 default	 none
defaultaccess	read
access to attr=userpassword
  by self write
  by dn="uid=admin, dc=test, dc=de"
  by * compare


Best regards

Frank Nick