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/13 19:30:53 UTC

directory-fortress-core git commit: add default conn

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master a7add0d53 -> 8dd0685bf


add default conn


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

Branch: refs/heads/master
Commit: 8dd0685bf631cb5c5c6b5776ed40f3c6b9a6ed11
Parents: a7add0d
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Jul 13 14:30:32 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Jul 13 14:30:32 2018 -0500

----------------------------------------------------------------------
 slapd.properties.example | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/8dd0685b/slapd.properties.example
----------------------------------------------------------------------
diff --git a/slapd.properties.example b/slapd.properties.example
index dde90a3..1b25191 100644
--- a/slapd.properties.example
+++ b/slapd.properties.example
@@ -61,6 +61,14 @@ cfg.root.pw=secret
 # 2. BEGIN OPENLDAP SERVER CONFIGURATION SECTION: (Ignore if using HTTP or ApacheDS):
 ####################################################################################
 
+# This specifies the number of default LDAP connections to maintain in the pool:
+admin.min.conn=1
+admin.max.conn=10
+# This speicifes the number of user LDAP connections (used for user authentication operations only) to maintain in the pool:
+# User Pool:
+user.min.conn=1
+user.max.conn=10
+
 # Used for slapd logger connection pool.  Leave zeros when using apacheds:
 min.log.conn=1
 max.log.conn=3
@@ -200,4 +208,4 @@ db.sess.dir=${db.root}/rbacsess
 db.audit.dir=${db.root}/rbacaudit
 db.rbac.dir=${db.root}/rbacoverlay
 db.bak.audit.dir=${db.root}/backup/rbacaudit
-db.bak.sess.dir=${db.root}/backup/rbacsess
\ No newline at end of file
+db.bak.sess.dir=${db.root}/backup/rbacsess