You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2014/11/12 22:28:47 UTC

svn commit: r1639066 - /directory/site/trunk/content/fortress/quick-start/apacheds/section-I.mdtext

Author: smckinney
Date: Wed Nov 12 21:28:47 2014
New Revision: 1639066

URL: http://svn.apache.org/r1639066
Log:
cleanup fortress apacheds setup

Modified:
    directory/site/trunk/content/fortress/quick-start/apacheds/section-I.mdtext

Modified: directory/site/trunk/content/fortress/quick-start/apacheds/section-I.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/quick-start/apacheds/section-I.mdtext?rev=1639066&r1=1639065&r2=1639066&view=diff
==============================================================================
--- directory/site/trunk/content/fortress/quick-start/apacheds/section-I.mdtext (original)
+++ directory/site/trunk/content/fortress/quick-start/apacheds/section-I.mdtext Wed Nov 12 21:28:47 2014
@@ -26,7 +26,9 @@ Notice: Licensed to the Apache Software 
 
 ### Step 1
 
-Copy fortressBuilder-\[platform\]-\[version\].zip to hard drive on target server env.
+Obtain copy of directory-fortress-core and copy to hard drive on target server env.
+
+https://git-wip-us.apache.org/repos/asf?p=directory-fortress-core.git;a=summary
 
 ### Step 2
 
@@ -34,17 +36,7 @@ Extract the zip. The location for archiv
 
 ### Step 3
 
-Enable permission for the binaries to execute. From FORTRESS_HOME root folder, enter the following command from a system prompt:
-
-    chmod a+x -Rf * 
-
-<CENTER>
-  <IMG src="../../images/Screenshot1-chmod.png" alt="Screenshot" width="766" height="58"/>
-</CENTER>
-
-### Step 4
-
-Edit file named 'build.properties' and insert LDAP configuration parameters: 
+Edit file named 'build.properties' and insert or change the following LDAP configuration parameters:
 
     ldap.server.type=apacheds
 
@@ -59,14 +51,5 @@ Edit file named 'build.properties' and i
     # These are the connection parameters used for LDAP service account:
     root.dn=uid=admin,ou=system
 
-    # Used to load OpenLDAP admin root password in slapd.conf and was encrypted using 'slappasswd' command:
-    # This ApacheDS admin root password's value is 'secret', is bound for fortress.properties and was encrypted 
-    #   using 'encrypt' target in build.xml:
-    cfg.root.pw=W7T0G9hylKZQ4K+DF8gfgA==
-
-    # If encryption of LDAP &/or HTTP service account passwords (e.g. cfg.root.pw, 
-    #   cfg.log.root.pw and http.pw params) is required, this field must be set.
-    # If encryption of service accounts not needed, leave this value blank, and set the password values for 
-    #   cfg.root.pw, cfg.log.root.pw and http.pw to be their clear text value.
-    # Use any arbitrary value here but must be same as key used to encrypt.
-    crypto.prop=abcd12345
+    # This ApacheDS root password value is bound for fortress.properties.
+    cfg.root.pw=secret
\ No newline at end of file