Author: tchemineau Date: 2010-06-28 23:11:38 +0200 (Mon, 28 Jun 2010) New Revision: 86
Added: openldap-mmr/trunk/README Log: fix #239 - add a README file to show how to use mmr tools Added: openldap-mmr/trunk/README =================================================================== --- openldap-mmr/trunk/README (rev 0) +++ openldap-mmr/trunk/README 2010-06-28 21:11:38 UTC (rev 86) @@ -0,0 +1,58 @@ + +------------------------------------------------------------------------------- + README +------------------------------------------------------------------------------- + + + +1. Configure MMR Tools + + Edit the configuration file (openldap-mmr.conf), to feet your installation. + Then, take of a few needs, such as the following: + - Create all missing directories on the system; + - Allow directories should be own by appropriate user/group + + + +2. Initialize the first provider + + Then, choose a server. It will be used as the first provider. Tip the + following command, and follow instructions: + + ./mmr-initprov + + + +3. Initialize other(s) provider(s) + + On a provider (not the first one), tip the following command, and follow + instructions: + + ./mmr-addnode + + + +4. Adapt Openldap settings + + Once one of the above command was successfully executed, adapt settings + of Openldap, so that it will use the new configuration directory, instead + of the classical configuration file. + + If you use ltb RPM packages, you could modify the SLAPD_CONF_DIR parameter + into the /etc/default/slapd file. For example: + + #SLAPD_CONF="$SLAPD_PATH/etc/openldap/slapd.conf" + SLAPD_CONF_DIR="$SLAPD_PATH/etc/openldap/slapd.d" + + + +5. Run Openldap servers + + Start the first provider: + + /etc/init.d/slapd start + + Start other(s) provider(s): + + /etc/init.d/slapd start + _______________________________________________ ltb-changes mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-changes
