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 2015/02/16 22:24:15 UTC

directory-fortress-commander git commit: FC-68 - Rename config artifacts

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master db0b68e2c -> 95d291ea6


FC-68 - Rename config artifacts


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/95d291ea
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/95d291ea
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/95d291ea

Branch: refs/heads/master
Commit: 95d291ea6c6653de985780e831afedbc9d7a5d2f
Parents: db0b68e
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Feb 16 15:24:04 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Feb 16 15:24:04 2015 -0600

----------------------------------------------------------------------
 .gitignore                                     |  2 +-
 src/main/resources/fortress.properties         | 62 ---------------------
 src/main/resources/fortress.properties.example | 62 +++++++++++++++++++++
 3 files changed, 63 insertions(+), 63 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/95d291ea/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index ba1a5af..95f6f09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,6 @@ config
 dist
 .externalToolBuilders
 apache-ant-1.9.1
-
+fortress.properties
 maven-eclipse.xml
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/95d291ea/src/main/resources/fortress.properties
----------------------------------------------------------------------
diff --git a/src/main/resources/fortress.properties b/src/main/resources/fortress.properties
deleted file mode 100644
index 12ce3c5..0000000
--- a/src/main/resources/fortress.properties
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-#   Licensed to the Apache Software Foundation (ASF) under one
-#   or more contributor license agreements.  See the NOTICE file
-#   distributed with this work for additional information
-#   regarding copyright ownership.  The ASF licenses this file
-#   to you under the Apache License, Version 2.0 (the
-#   "License"); you may not use this file except in compliance
-#   with the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-#   Unless required by applicable law or agreed to in writing,
-#   software distributed under the License is distributed on an
-#   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#   KIND, either express or implied.  See the License for the
-#   specific language governing permissions and limitations
-#   under the License.
-#
-
-# Host name and port of LDAP DIT:
-host=localhost
-#host=localhost
-port=10389
-
-# These credentials are used for read/write access to all nodes under suffix:
-admin.user=uid=admin,ou=system
-admin.pw=secret
-
-# This is min/max settings for LDAP administrator pool connections that have read/write access to all nodes under suffix:
-min.admin.conn=1
-max.admin.conn=10
-
-# Used for SSL Connection to LDAP Server:
-#enable.ldap.ssl=true
-#enable.ldap.ssl.debug=true
-#trust.store=/fully/qualified/path/and/file/name/to/java/truststore
-#trust.store.password=changeit
-#trust.store.set.prop=true
-
-# This node contains fortress properties stored on behalf of connecting LDAP clients:
-config.realm=DEFAULT
-config.root=ou=Config,dc=example,dc=com
-
-# enable this to see trace statements when connection pool allocates new connections:
-debug.ldap.pool=true
-
-# Default for pool reconnect flag is false:
-enable.pool.reconnect=true
-
-ehcache.config.file=ehcache.xml
-perms.cached=true
-
-# 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:
-http.user=demouser4
-http.pw=gX9JbCTxJW5RiH+otQEX0Ja0RIAoPBQf
-http.host=localhost
-http.port=8080
-

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/95d291ea/src/main/resources/fortress.properties.example
----------------------------------------------------------------------
diff --git a/src/main/resources/fortress.properties.example b/src/main/resources/fortress.properties.example
new file mode 100644
index 0000000..12ce3c5
--- /dev/null
+++ b/src/main/resources/fortress.properties.example
@@ -0,0 +1,62 @@
+#
+#   Licensed to the Apache Software Foundation (ASF) under one
+#   or more contributor license agreements.  See the NOTICE file
+#   distributed with this work for additional information
+#   regarding copyright ownership.  The ASF licenses this file
+#   to you under the Apache License, Version 2.0 (the
+#   "License"); you may not use this file except in compliance
+#   with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#   Unless required by applicable law or agreed to in writing,
+#   software distributed under the License is distributed on an
+#   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#   KIND, either express or implied.  See the License for the
+#   specific language governing permissions and limitations
+#   under the License.
+#
+
+# Host name and port of LDAP DIT:
+host=localhost
+#host=localhost
+port=10389
+
+# These credentials are used for read/write access to all nodes under suffix:
+admin.user=uid=admin,ou=system
+admin.pw=secret
+
+# This is min/max settings for LDAP administrator pool connections that have read/write access to all nodes under suffix:
+min.admin.conn=1
+max.admin.conn=10
+
+# Used for SSL Connection to LDAP Server:
+#enable.ldap.ssl=true
+#enable.ldap.ssl.debug=true
+#trust.store=/fully/qualified/path/and/file/name/to/java/truststore
+#trust.store.password=changeit
+#trust.store.set.prop=true
+
+# This node contains fortress properties stored on behalf of connecting LDAP clients:
+config.realm=DEFAULT
+config.root=ou=Config,dc=example,dc=com
+
+# enable this to see trace statements when connection pool allocates new connections:
+debug.ldap.pool=true
+
+# Default for pool reconnect flag is false:
+enable.pool.reconnect=true
+
+ehcache.config.file=ehcache.xml
+perms.cached=true
+
+# 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:
+http.user=demouser4
+http.pw=gX9JbCTxJW5RiH+otQEX0Ja0RIAoPBQf
+http.host=localhost
+http.port=8080
+