multimaster authentication
807573Oct 16 2007 — edited Jan 21 2008Hello,
I had one directory server and then I installed a second server in a multi-master (with replication) configuration. I employed the Java DSCC to install the second server and copied the suffix from the initial server. Then I add the initial server's certificates to the new one.
Replication works fine.
I can search anonymously into the second server.
But the second server can't authenticate neither can't perform any searches over SSL.
Clients are configured to use a proxy credential level and tls:simple authentication method.
I haven't find any error o clue in logs.
For example, in a ldapsearch over SSL operation I get in the second server:
# ldapsearch -h 192.168.5.122 -b "dc=ig,dc=com" -Z -P /var/ldap/ -s sub "cn=*"
ldap_search: Can't connect to the LDAP server - Not owner
(The same operation without encription finish succesfully)
I would thank you any ideas.