This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
hannibal:fds [2008/06/26 07:25] Olivier Brugman created |
hannibal:fds [2011/06/14 09:34] (current) Luc Nieland [Master-Master] |
||
---|---|---|---|
Line 9: | Line 9: | ||
- | ======Fedora Directory server======= | + | ======RHDS (389DS)======= |
- | The Fedora Directory Server, the former Netscape Suitespot, 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 17: | Line 17: | ||
+ | =====CentOS-5.x===== | ||
- | =====Debian-4.0===== | + | ====Preparation==== |
+ | yum install centos-ds | ||
+ | yum install openldap-clients | ||
+ | |||
+ | |||
+ | |||
+ | ====Instance and LDAP-database creation==== | ||
+ | (see also the 389DS on debian-4.x howto) | ||
+ | |||
+ | Start the interactive creation of an instance with: | ||
+ | |||
+ | /usr/sbin/setup-ds-admin.pl | ||
+ | |||
+ | |||
+ | Copy schema additions (61samba-schema-FDS.ldif 62postfix.ldif 70zarafa-389ds.ldif) in: | ||
+ | |||
+ | /etc/dirsrv/slapd-<servername>/schema/ ... | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | =====Debian-4.0===== | ||
====Pre-installation==== | ====Pre-installation==== | ||
Line 352: | 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]] | ||