This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
hannibal:fds [2011/05/05 13:08] Luc Nieland |
hannibal:fds [2011/06/14 09:34] (current) Luc Nieland [Master-Master] |
||
---|---|---|---|
Line 9: | Line 9: | ||
- | ======RHDS/389DS======= | + | ======RHDS (389DS)======= |
- | The RHDS/389DS former Fedora Directory Server, former Netscape Suitespot, former Iplanet- and Sun Directory Server, generously made open source by RedHat, is chosen as the preferred LDAP-server for our solution at this moment. | + | The RHDS/389DS former Fedora Directory Server, former Iplanet- and Sun Directory Server, former Netscape Suitespot LDAP-server, generously made open source by RedHat, is chosen as the preferred LDAP-server for our solution at this moment. |
You'll find lots of information on the Fedora Directory Server at the project's wiki, http://directory.fedora.redhat.com/wiki/Main_Page. | You'll find lots of information on the Fedora Directory Server at the project's wiki, http://directory.fedora.redhat.com/wiki/Main_Page. | ||
Line 22: | Line 22: | ||
yum install centos-ds | yum install centos-ds | ||
- | yum install opeldap-clients | + | yum install openldap-clients |
====Instance and LDAP-database creation==== | ====Instance and LDAP-database creation==== | ||
- | See The debian-4.x | + | (see also the 389DS on debian-4.x howto) |
+ | Start the interactive creation of an instance with: | ||
- | Exceptions: the schema additions wil go in: | + | /usr/sbin/setup-ds-admin.pl |
+ | |||
+ | |||
+ | Copy schema additions (61samba-schema-FDS.ldif 62postfix.ldif 70zarafa-389ds.ldif) in: | ||
/etc/dirsrv/slapd-<servername>/schema/ ... | /etc/dirsrv/slapd-<servername>/schema/ ... | ||
+ | |||
+ | |||
+ | |||
Line 369: | Line 377: | ||
The warning can be ignored. | The warning can be ignored. | ||
- | Now do an init-consumer by right-click the user-root label. When finished, the replication is active :-) | + | |
+ | If you want to propagate data from a non-empty LDAP-server to an empty LDAP-server. Do an init-consumer (on the supplier server; i.e. the the LDAP-server with the data) by right-click the user-root label. When finished, both LDAP-servers contain all data, and replication is active :-) | ||
+ | See also [[http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/8.0/html/Administration_Guide/Managing_Replication-Initializing_Consumers.html]] | ||