[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Problem when replication is configured with crypted password
Hi folks,
I configured the replication on my master server as follows:
replica uri=ldaps://s01.example.com:636
suffix="dc=example,dc=com"
binddn="cn=LDAPAdmin,dc=example,dc=com"
credentials="{crypt}soemCryPtedString"
bindmethod=simple
tls=yes
When doing a replication with slurpd I get the following error in my logfile:
Mar 23 11:16:08 s01 slapd[10037]: conn=3110 op=0 RESULT tag=97 err=49
text=
When I change the credentials to:
credentials=the_correct_plaintext_password
I have no problems in replication. So my question is: Can I use a crypted
password-String in the credentials= or not?
Any hints on how to fix it are welcome.
Cheers
Sven