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

slurpd -d 65535 Invalid credentials error



Hello!

Iâm a newbie to openldap and I am trying to set up a replication openldap server following the guide at http://www.ibm.com/developerworks/linux/library/l-openldap/ . After configuration, slapd and slurpd started successfully but when I tried to use the slurpd âd 65535 command, the following error message pop up:

Error: ldap_simple_bind_s for 10.0.11.6:389 failed: Invalid credentials

The configurations of slapd.conf are as follow:

Master:

replogfileÂÂÂÂÂÂÂÂÂÂÂÂ /var/lib/ldap/replog

replica uri=ldap://10.0.11.6

ÂÂÂÂÂÂÂÂÂÂÂÂÂ binddn=âcn=Mananger,dc=example,dc=comâ

ÂÂÂÂÂÂÂÂÂÂÂÂÂ bindmethod=simple

ÂÂÂÂÂÂÂÂÂÂÂÂ Âcredentials=testing

 

Slave:

updatedn âcn=Manager,dc=example,dc=comâ

updateref ldap://10.0.11.5

 

The âcn=Manager,dc=example,dc=comâ is the rootdn of both master and slave servers and I can use the password âtestingâ to successfully authenticates commands such as ldapsearch on both machines. What possibly could be the problem?

 

Any help is greatly appreciated. Thanks!

 

Sincerely,

Yao Mingxi