cluster: STABLE3 - config: Update LDIF schema

Lon Hohberger lon at fedoraproject.org
Fri Jul 16 21:03:55 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=bbda83e59f2ff0a2443f9980b36c0adefc2f3b63
Commit:        bbda83e59f2ff0a2443f9980b36c0adefc2f3b63
Parent:        a6025aa17ff804b6ff2b4605aa093e90e7764262
Author:        Lon Hohberger <lhh at redhat.com>
AuthorDate:    Thu Jul 15 10:44:27 2010 -0400
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Fri Jul 16 16:41:36 2010 -0400

config: Update LDIF schema

Signed-off-by: Lon Hohberger <lhh at redhat.com>
---
 config/plugins/ldap/99cluster.ldif |   10 ++++++++--
 config/plugins/ldap/ldap-base.csv  |    3 ++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/config/plugins/ldap/99cluster.ldif b/config/plugins/ldap/99cluster.ldif
index f7101cb..f1b03e2 100644
--- a/config/plugins/ldap/99cluster.ldif
+++ b/config/plugins/ldap/99cluster.ldif
@@ -1,4 +1,4 @@
-# Auto-generated @ 2010-07-09 15:24:21
+# Auto-generated @ 2010-07-15 10:44:22
 dn: cn=schema
 attributeTypes: (
   1.3.6.1.4.1.2312.8.1.1.1 NAME 'rhcsConfig-version'
@@ -205,6 +205,12 @@ attributeTypes: (
   SINGLE-VALUE
   )
 attributeTypes: (
+  1.3.6.1.4.1.2312.8.1.1.280 NAME 'rhcsCman-label'
+  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.116 NAME 'rhcsStatus-file'
   EQUALITY caseExactIA5Match
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
@@ -1591,7 +1597,7 @@ objectClasses: (
 objectClasses: (
      1.3.6.1.4.1.2312.8.1.2.29 NAME 'rhcsQuorumd' SUP top STRUCTURAL
      MUST ( cn )
-     MAY ( rhcsMaster-wins $ rhcsIo-timeout $ rhcsMax-error-cycles $ rhcsAllow-kill $ rhcsParanoid $ rhcsStop-cman $ rhcsPriority $ rhcsReboot $ rhcsScheduler $ rhcsStatus-file $ rhcsLabel $ rhcsDevice $ rhcsMin-score $ rhcsVotes $ rhcsTko $ rhcsInterval )
+     MAY ( rhcsMaster-wins $ rhcsIo-timeout $ rhcsMax-error-cycles $ rhcsAllow-kill $ rhcsParanoid $ rhcsStop-cman $ rhcsPriority $ rhcsReboot $ rhcsScheduler $ rhcsStatus-file $ rhcsCman-label $ rhcsLabel $ rhcsDevice $ rhcsMin-score $ rhcsVotes $ rhcsTko $ rhcsInterval )
    )
 objectClasses: (
      1.3.6.1.4.1.2312.8.1.2.30 NAME 'rhcsHeuristic' SUP top STRUCTURAL
diff --git a/config/plugins/ldap/ldap-base.csv b/config/plugins/ldap/ldap-base.csv
index 3c85b41..ec33723 100644
--- a/config/plugins/ldap/ldap-base.csv
+++ b/config/plugins/ldap/ldap-base.csv
@@ -1,4 +1,4 @@
-# Max attribute value: 279
+# Max attribute value: 280
 # Max object class value: 60
 obj,rhcsCluster,cluster,1
 obj,rhcsCman,cman,3
@@ -338,3 +338,4 @@ attr,rhcsStatus-program,status_program,277
 attr,rhcsFail-recv-const,fail_recv_const,278
 obj,rhcsNfsserver,nfsserver,60
 attr,rhcsNfspath,nfspath,279
+attr,rhcsCman-label,cman_label,280


More information about the cluster-commits mailing list