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

RE: Configuration and auth problem]



Hi again,

there is no whitespace, I've droped the rest and the slapd.conf looks
now:

>>> snip >>>

include /etc/ldap/schema/core.schema
include /etc/ldap/schema/cosine.schema
include /etc/ldap/schema/nis.schema
include /etc/ldap/schema/inetorgperson.schema
schemacheck on
pidfile /var/run/slapd/slapd.pid
argsfile /var/run/slapd.args
loglevel 0
modulepath /usr/lib/ldap
moduleload back_bdb
backend bdb
database bdb
suffix "dc=g-link,dc=de"
rootdn "cn=Manager,dc=g-link,dc=de"
rootpw secret
directory "/var/lib/ldap"
index objectClass eq
lastmod on
access to attribute=userPassword
        by dn="cn=admin,dc=g-link,dc=de" write
        by anonymous auth
        by self write
        by * none
access to dn.base="" by * read
access to *
        by dn="cn=admin,dc=g-link,dc=de" write
        by * read

<<< snap <<<

The server runs after restart, but the error 49 appears as happend.
There is only ONE proccess running.

Any ideas?

Rgds. Pascal



> 
> Ok.
> Make sure there's no whitespace in front rootdn and rootpw in your 
> slapd.conf, cause such thing can make this kind of error.
>