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/08/27 20:49:05 UTC

directory-fortress-core git commit: fix broken build

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 607dcd5e0 -> fcf6a94b0


fix broken build


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

Branch: refs/heads/master
Commit: fcf6a94b096a978309038663103f70c5f494a936
Parents: 607dcd5
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Aug 27 15:49:00 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Aug 27 15:49:00 2018 -0500

----------------------------------------------------------------------
 build.properties.example | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/fcf6a94b/build.properties.example
----------------------------------------------------------------------
diff --git a/build.properties.example b/build.properties.example
index 4257a6b..1b160da 100644
--- a/build.properties.example
+++ b/build.properties.example
@@ -155,4 +155,7 @@ group.properties=configParameter
 # 5. RFC2307 OBJECT CLASS DEFINITIONS
 ########################################################################
 # Boolean value. If true, requires rfc2307bis schema because posixUser and posixGroup must be auxiliary object classes to work with ftRls which is structural..
-rfc2307=false
\ No newline at end of file
+rfc2307=false
+
+# TODO: remove me
+audits.dn=cn=log
\ No newline at end of file