[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Replication error: Unknown authentication method
Hi everybody,
with a little help from my friends (thanks to Jason Heiss)
i got my TLS-problem soluted.
Now, everything seems to work (with TLS), but
i have a little problem when it comes to replication.
slurpd tells me the following :
----snipp---
Error: LDAP SASL for 486dx66.hrnet.de:5389 failed:
Unknown authentication method
----snipp---
Here's my replication-part of slapd.conf :
----snipp---
replica
host=486dx66.hrnet.de:5389
tls=yes
binddn="uid=ldapreplicator,cn=HRNET.DE,cn=GSSAPI,cn=auth"
bindmethod=sasl
saslmech=GSSAPI
replogfile /usr/local/ldap/var/replog
----snipp---
Here's my SASL-configuration :
----snipp---
srvtab /etc/krb5.keytab
sasl-host 486dx66.hrnet.de
sasl-realm HRNET.DE
saslRegexp
uid=.*,cn=HRNET.DE,cn=GSSAPI,cn=auth
uid=$1,ou=ldap,o=myorganization,dc=hrnet,dc=de
----snipp---
This is my update-account (from the replication-conf-file):
----snipp---
updatedn "uid=ldapreplicator,cn=HRNET.DE,cn=GSSAPI,cn=auth"
----snipp---
The entry
"uid=ldapreplicator, ou=ldap, o=myorganization, dc=hrnet,dc=de"
exists ..
Seems to be okay for me, any hints from the list ?
greets Harry