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 2016/11/30 00:41:30 UTC

directory-fortress-core git commit: update schema used in docker container

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master da2fd904b -> cddb9e028


update schema used in docker container


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

Branch: refs/heads/master
Commit: cddb9e028035a276694b3a93bd9ea16bc2eb304c
Parents: da2fd90
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Nov 29 18:41:28 2016 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Nov 29 18:41:28 2016 -0600

----------------------------------------------------------------------
 docker/fortress.schema      | 9 ++++++---
 ldap/schema/fortress.schema | 2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/cddb9e02/docker/fortress.schema
----------------------------------------------------------------------
diff --git a/docker/fortress.schema b/docker/fortress.schema
index 8559344..24ee8b2 100644
--- a/docker/fortress.schema
+++ b/docker/fortress.schema
@@ -19,7 +19,7 @@
 #   under the License.
 #
 #
-###  Fortress Schema version 2.0.0-RC1-SNAPSHOT
+###  Fortress Schema version 2.0.0-RC2
 ###  This schema is required for all Apache Fortress Core deployments
 ###  IANA PRIVATE ENTERPRISE NUMBER: 1.3.6.1.4.1.18060.17
 ###  1. Fortress Attributes: 1.3.6.1.4.1.18060.17.1.*
@@ -472,7 +472,10 @@ objectClass ( ftObId:8
          configProtocol $
          ftType
          )
-    MAY configParameter
+    MAY (
+    	configParameter $
+    	ftProps
+    	)
     )
 
 ## OC9: Fortress Permission Attribute Set Structural Object Class
@@ -569,4 +572,4 @@ objectclass ( ftAxId:4
         ftModCode $
         ftModId
         )
-   )
+   )
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/cddb9e02/ldap/schema/fortress.schema
----------------------------------------------------------------------
diff --git a/ldap/schema/fortress.schema b/ldap/schema/fortress.schema
index f1904d7..d4d0321 100644
--- a/ldap/schema/fortress.schema
+++ b/ldap/schema/fortress.schema
@@ -19,7 +19,7 @@
 #   under the License.
 #
 #
-###  Fortress Schema version 2.0.0-RC1-SNAPSHOT
+###  Fortress Schema version 2.0.0-RC2
 ###  This schema is required for all Apache Fortress Core deployments
 ###  IANA PRIVATE ENTERPRISE NUMBER: 1.3.6.1.4.1.18060.17
 ###  1. Fortress Attributes: 1.3.6.1.4.1.18060.17.1.*