cluster: STABLE3 - config: Make nodeid required in ldif schema

Lon Hohberger lon at fedoraproject.org
Wed Jan 13 14:37:19 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=a1a8865eba5f5f37183ba94ebf980a74c589a5be
Commit:        a1a8865eba5f5f37183ba94ebf980a74c589a5be
Parent:        e7570e2cf3535cac46f45b747d4f3c8bab3b413e
Author:        Lon Hohberger <lhh at redhat.com>
AuthorDate:    Wed Jan 13 07:34:37 2010 -0500
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Wed Jan 13 09:35:49 2010 -0500

config: Make nodeid required in ldif schema

Fedora: bz554968
Resolves: bz555047

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

diff --git a/config/plugins/ldap/99cluster.ldif b/config/plugins/ldap/99cluster.ldif
index c2ec09b..bf645a1 100644
--- a/config/plugins/ldap/99cluster.ldif
+++ b/config/plugins/ldap/99cluster.ldif
@@ -1,4 +1,4 @@
-# Auto-generated @ 2009-12-07 14:40:21
+# Auto-generated @ 2010-01-13 09:34:51
 dn: cn=schema
 attributeTypes: (
   1.3.6.1.4.1.2312.8.1.1.15 NAME 'rhcsAlias'
@@ -314,8 +314,8 @@ attributeTypes: (
   )
 attributeTypes: (
   1.3.6.1.4.1.2312.8.1.1.70 NAME 'rhcsUse-uuid'
-  EQUALITY booleanMatch
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
+  EQUALITY caseExactIA5Match
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
   SINGLE-VALUE
   )
 attributeTypes: (
@@ -1605,8 +1605,8 @@ objectClasses: (
 #   )
 objectClasses: (
      1.3.6.1.4.1.2312.8.1.2.10 NAME 'rhcsClusternode' SUP top STRUCTURAL
-     MUST ( name )
-     MAY ( rhcsWeight $ rhcsNodeid $ rhcsVotes )
+     MUST ( rhcsNodeid $ name )
+     MAY ( rhcsWeight $ rhcsVotes )
    )
 objectClasses: (
      1.3.6.1.4.1.2312.8.1.2.11 NAME 'rhcsAltname' SUP top STRUCTURAL


More information about the cluster-commits mailing list