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 2022/04/09 12:59:54 UTC

[directory-fortress-commander] branch wicket9 updated: additional comments

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch wicket9
in repository https://gitbox.apache.org/repos/asf/directory-fortress-commander.git


The following commit(s) were added to refs/heads/wicket9 by this push:
     new 10504f2  additional comments
10504f2 is described below

commit 10504f242bd5d850285bf62dc08e786608e9beb7
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sat Apr 9 07:59:48 2022 -0500

    additional comments
---
 src/main/resources/fortress.properties.example | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/fortress.properties.example b/src/main/resources/fortress.properties.example
index eeb567c..db155c8 100644
--- a/src/main/resources/fortress.properties.example
+++ b/src/main/resources/fortress.properties.example
@@ -16,7 +16,6 @@
 #   specific language governing permissions and limitations
 #   under the License.
 #
-
 contextId=HOME
 
 # Used by application security components:
@@ -31,7 +30,7 @@ port=10389
 ldap.server.type=apacheds
 # Else if OpenLDAP server:
 #ldap.server.type=openldap
-# Else leave blank:
+# Else if neither:
 #ldap.server.type=other
 
 # Set the credentials of service account.  Must have read/write privileges over the Fortress LDAP DIT:
@@ -72,16 +71,15 @@ enable.pool.reconnect=true
 ehcache.config.file=ehcache.xml
 
 # This will override default LDAP manager implementations for the RESTful ones:
-#enable.mgr.impl.rest=true
 enable.mgr.impl.rest=false
 
-# Optional parameters needed when Fortress client is connecting with the En Masse (rather than LDAP) server:
+# Optional parameters needed when Fortress Web is using HTTP (rather than LDAP) for connectivity:
 http.user=demouser4
 http.pw=gX9JbCTxJW5RiH+otQEX0Ja0RIAoPBQf
 http.host=localhost
 http.port=8080
 
-# The default is 'false':
+# When true, a side panel with buttons is added for page navigation. The default is 'false':
 #enable.nav.panel=true
 
 # Boolean value. Disabled by default. If this is set to true, the runtime will enforce administrative permissions and ARBAC02 DA checks: