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 2021/06/24 18:31:45 UTC

[directory-fortress-enmasse] branch master updated: FC-238 - Migrate to LDAP API 2.0 - add prop for relax control

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 52b2e1d  FC-238 - Migrate to LDAP API 2.0 - add prop for relax control
52b2e1d is described below

commit 52b2e1d4ee62d9882c21d49d26019545a57e9f9e
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Thu Jun 24 13:31:38 2021 -0500

    FC-238 - Migrate to LDAP API 2.0 - add prop for relax control
---
 src/main/resources/fortress.properties.example | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/resources/fortress.properties.example b/src/main/resources/fortress.properties.example
index 13d9f79..d17940e 100644
--- a/src/main/resources/fortress.properties.example
+++ b/src/main/resources/fortress.properties.example
@@ -60,6 +60,9 @@ debug.ldap.pool=false
 # Default for pool reconnect flag is false:
 enable.pool.reconnect=true
 
+# Set to true if using API 2.0.2 and need relax control (default is false):
+enable.relax.control.registration=false
+
 ehcache.config.file=ehcache.xml
 
 # If for any reason echcache must be DISABLED for DSD, make sure this parameter is set to 'true' which is the default.  Otherwise performance penalty will be incurred during multi-role activations.