Hi,
I have been trying to figure out how to set referrals during replication initialization.
When a consumer starts initialization any ldapsearch gets back this. Referral (10) Matched DN: dc=example,dc=com Referral: ldap://supplier-001.example.com:389 Referral: ldap://supplier-002.example.com:389
Is it possible to change it? The problem is that * We do not run suppliers on non-ssl ports and we want to remove non-ssl from consumers too. * I do not want to point the traffic to suppliers when a server replicates.
A workaround is to remove the server from the rotation, but it would be awesome to use referral for it. It makes everything much easier.
I tried to set referral, like this: dsconf -D "cn=Directory Manager" ldaps://${hostname} config replace nsslapd-referral="ldaps://supplier-001.example.com:636/" -d 1
but that works only for non dc=example,dc=com domains.
Thanks! Filip
389-users@lists.fedoraproject.org