cluster: STABLE3 - config: Sync LDIF w/ cluster.rng

Lon Hohberger lon at fedoraproject.org
Wed Jan 20 21:42:18 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=b9d779da3f1f29638e5d7697d99bc038d7b0e81a
Commit:        b9d779da3f1f29638e5d7697d99bc038d7b0e81a
Parent:        374bf53b5b4419ee32e108294a01b8bee6d87de7
Author:        Lon Hohberger <lhh at redhat.com>
AuthorDate:    Wed Jan 20 16:38:49 2010 -0500
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Wed Jan 20 16:42:03 2010 -0500

config: Sync LDIF w/ cluster.rng

Signed-off-by: Lon Hohberger <lhh at redhat.com>
---
 config/plugins/ldap/99cluster.ldif |   19 +++++++------------
 1 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/config/plugins/ldap/99cluster.ldif b/config/plugins/ldap/99cluster.ldif
index bf645a1..610a02f 100644
--- a/config/plugins/ldap/99cluster.ldif
+++ b/config/plugins/ldap/99cluster.ldif
@@ -1,12 +1,6 @@
-# Auto-generated @ 2010-01-13 09:34:51
+# Auto-generated @ 2010-01-20 16:38:44
 dn: cn=schema
 attributeTypes: (
-  1.3.6.1.4.1.2312.8.1.1.15 NAME 'rhcsAlias'
-  EQUALITY caseExactIA5Match
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
-  SINGLE-VALUE
-  )
-attributeTypes: (
   1.3.6.1.4.1.2312.8.1.1.1 NAME 'rhcsConfig-version'
   EQUALITY caseExactIA5Match
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
@@ -80,8 +74,8 @@ attributeTypes: (
   )
 attributeTypes: (
   1.3.6.1.4.1.2312.8.1.1.228 NAME 'rhcsBroadcast'
-  EQUALITY integerMatch
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
+  EQUALITY caseExactIA5Match
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
   SINGLE-VALUE
   )
 attributeTypes: (
@@ -1527,7 +1521,6 @@ attributeTypes: (
 objectClasses: (
      1.3.6.1.4.1.2312.8.1.2.1 NAME 'rhcsCluster' SUP top STRUCTURAL
      MUST ( rhcsConfig-version $ name )
-     MAY ( rhcsAlias )
    )
 objectClasses: (
      1.3.6.1.4.1.2312.8.1.2.3 NAME 'rhcsCman' SUP top STRUCTURAL
@@ -1577,7 +1570,8 @@ objectClasses: (
    )
 objectClasses: (
      1.3.6.1.4.1.2312.8.1.2.15 NAME 'rhcsMaster' SUP top STRUCTURAL
-     MUST ( rhcsWeight $ name )
+     MUST ( name )
+     MAY ( rhcsWeight )
    )
 objectClasses: (
      1.3.6.1.4.1.2312.8.1.2.13 NAME 'rhcsGfs-controld' SUP top STRUCTURAL
@@ -1610,7 +1604,8 @@ objectClasses: (
    )
 objectClasses: (
      1.3.6.1.4.1.2312.8.1.2.11 NAME 'rhcsAltname' SUP top STRUCTURAL
-     MAY ( rhcsMcast $ rhcsPort $ name )
+     MUST ( name )
+     MAY ( rhcsMcast $ rhcsPort )
    )
 ### Placeholder for rhcsFencedevices
 ### This object class currently has no attributes


More information about the cluster-commits mailing list