[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#7874) Replication Debian & Ubuntu ( PROBLEM )
Full_Name: André Campos
Version: 2.4.31
OS: Debian
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (193.136.194.93)
Hi i am having problems with the replication i am using Ubuntu 12.04 LTS to
connect to a Debian, the master.
With the help from this tutorial:
http://grungelabs.com/guides/2012/06/08/ha-openldap-debian/, i did some changes
to the overall. I didn't configure the ssl but i did Import the schemata and add
memberof.
The commands like:
ldapmodify -Y EXTERNAL -H ldapi:/// -D olcDatabase={1}hdb,cn=config -f
./repl_db_slave_auth.ldif
For:
ldapmodify -f repl_master.ldif -D cn=admin,cn=config -x -W
____________________________________________x________________________________________
Changed:
olcServerID: 001 ldaps://ldap01.example.tld
For:
olcServerID: 001 ldap://<IP>
________________________________________________________ It was all the changes
i made!
But here is the problem i made all the tutorial in the Debian (master) and the
last part mean to Ubuntu (slave or ldap02) and when i restart it's ok in the
slave but in the master when i restart slapd it gets an error and when i go to
the logs, here's the following:
Jun 5 10:56:14 controller slapd[11221]: @(#) $OpenLDAP: slapd (Apr 23 2013
12:16:04) $#012#011root@lupin:/tmp/buildd/openldap-2.4.31/debian/build/servers/slapd
Jun 5 10:56:14 controller slapd[11221]: read_config: no serverID / URL match
found. Check slapd -h arguments.
Jun 5 10:56:14 controller slapd[11221]: slapd stopped.
Jun 5 10:56:14 controller slapd[11221]: connections_destroy: nothing to
destroy.
_______________________________________x____________________________________________
I don't know what to do so what do i do?