You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/10/21 01:06:41 UTC

[24/50] git commit: More updates to README

More updates to README


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/0a58abe3
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/0a58abe3
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/0a58abe3

Branch: refs/heads/master
Commit: 0a58abe3f2a2fb7f16a6273871602bc93edcbbb7
Parents: fe0da5f
Author: Shawn McKinney <sh...@jts.us>
Authored: Thu Jul 3 08:30:25 2014 -0500
Committer: Shawn McKinney <sh...@jts.us>
Committed: Thu Jul 3 08:30:25 2014 -0500

----------------------------------------------------------------------
 README.txt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/0a58abe3/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index 71c5503..f687a8d 100755
--- a/README.txt
+++ b/README.txt
@@ -229,13 +229,14 @@ a. Install OpenLDAP using your existing package management system.
 
 b. Copy fortress schema to openldap schema folder:
 
-cp FORTRESS_HOME/ldap/schema/fortress.schema $OPENLDAP_HOME/etc/openldap/schema
+cp FORTRESS_HOME/ldap/schema/fortress.schema OPENLDAP_HOME/etc/openldap/schema
 
 c. Enable Fortress schema in slapd.conf:
 
-include		FORTRESS_HOME/etc/openldap/schema/fortress.schema
+include		OPENLDAP_HOME/etc/openldap/schema/fortress.schema
 
-note: for steps b & c above substitute FORTRESS_HOME for root of your OpenLDAP installation.
+note: for steps b & c above substitute FORTRESS_HOME for root of your Fortress installation.
+note: for steps b above substitute OPENLDAP_HOME for root of your OPENLDAP installation.
 
 d. For password policy support, enable pwpolicy overlay in slapd.conf: