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 2018/07/21 01:20:25 UTC

directory-fortress-core git commit: remove extraneous bdb config file

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master e0902a4ee -> 69a0cc047


remove extraneous bdb config file


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/69a0cc04
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/69a0cc04
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/69a0cc04

Branch: refs/heads/master
Commit: 69a0cc047b8a1a1b6cbd5cc2174fb858e4ed9390
Parents: e0902a4
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Jul 20 19:07:25 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Jul 20 19:07:25 2018 -0500

----------------------------------------------------------------------
 README-PROPERTIES.md |  3 ++-
 ldap/DB_CONFIG       | 22 ----------------------
 2 files changed, 2 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/69a0cc04/README-PROPERTIES.md
----------------------------------------------------------------------
diff --git a/README-PROPERTIES.md b/README-PROPERTIES.md
index 4b82ab3..568722d 100644
--- a/README-PROPERTIES.md
+++ b/README-PROPERTIES.md
@@ -110,7 +110,7 @@ This section describes the properties needed to control fortress core.
  trust.store.onclasspath=false
  trust.store=/fully/qualified/path/and/file/name/to/java/mytruststorename
  ```
- 
+
  * Question: Should I access my truststore from classpath or as fully qualified?
  * Answer: If using for REST/HTTPS or JDBC/SSL - yes, otherwise your option (classpath=true only works with LDAPS).
 
@@ -319,6 +319,7 @@ This section describes the properties needed to control fortress core.
  regXSafetext=^A-Za-z0-9- .
  crypto.prop=${crypto.prop}
  clientside.sorting=true
+ user.session.props.enabled
  ```
 
  ___________________________________________________________________________________

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/69a0cc04/ldap/DB_CONFIG
----------------------------------------------------------------------
diff --git a/ldap/DB_CONFIG b/ldap/DB_CONFIG
deleted file mode 100755
index 912fb9a..0000000
--- a/ldap/DB_CONFIG
+++ /dev/null
@@ -1,22 +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.
-#
-set_cachesize 0 2097152 0
-set_lk_max_objects 1500
-set_lk_max_locks 1500
-set_lk_max_lockers 1500