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/05 23:30:00 UTC

directory-fortress-enmasse git commit: add some commented out settings for enabling openldap and/or rfc2307.

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master d68e79fc2 -> f271728fe


add some commented out settings for enabling openldap and/or rfc2307.


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

Branch: refs/heads/master
Commit: f271728fe47d90a0861701d1219f434450c2489e
Parents: d68e79f
Author: Shawn McKinney <sm...@apache.org>
Authored: Thu Jul 5 07:31:11 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Thu Jul 5 07:31:11 2018 -0500

----------------------------------------------------------------------
 src/main/resources/fortress.properties.example | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/f271728f/src/main/resources/fortress.properties.example
----------------------------------------------------------------------
diff --git a/src/main/resources/fortress.properties.example b/src/main/resources/fortress.properties.example
index 2c66d18..39ece87 100644
--- a/src/main/resources/fortress.properties.example
+++ b/src/main/resources/fortress.properties.example
@@ -36,6 +36,11 @@ admin.user=uid=admin,ou=system
 admin.pw=secret
 # Else If OpenLDAP it will look something like this:
 # admin.user=cn=Manager,dc=example,dc=com
+# These credentials are used for read/write access to all nodes under slapd access log suffix:
+#log.admin.user=cn=Manager,cn=log
+# For corresponding log user:
+#log.admin.pw=secret
+
 
 # ApacheDS stores its password policies objects here by default:
 apacheds.pwpolicy.root=ou=passwordPolicies,ads-interceptorId=authenticationInterceptor,ou=interceptors,ads-directoryServiceId=default,ou=config