This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: STABLE3 - config: Fix some schema names in confdb2ldif


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=7a38bb2937f0559918009ef7dcc5ec10fd03c7a0
Commit:        7a38bb2937f0559918009ef7dcc5ec10fd03c7a0
Parent:        f309331a651dfa8de2323ac429adf0c4fb6f3199
Author:        Christine Caulfield <ccaulfie@redhat.com>
AuthorDate:    Tue Sep 8 14:13:23 2009 +0100
Committer:     Christine Caulfield <ccaulfie@redhat.com>
CommitterDate: Tue Sep 8 14:13:23 2009 +0100

config: Fix some schema names in confdb2ldif

I suspect this still needs some work though.

Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
---
 config/tools/ldap/confdb2ldif.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/config/tools/ldap/confdb2ldif.c b/config/tools/ldap/confdb2ldif.c
index ba76466..8115c12 100644
--- a/config/tools/ldap/confdb2ldif.c
+++ b/config/tools/ldap/confdb2ldif.c
@@ -22,14 +22,15 @@ struct objectclasses
 	{ "cluster", "rhcsCluster" },
 	{ "cman", "rhcsCman" },
 	{ "totem", "rhcsTotem" },
-	{ "clusternode", "rhcsNode" },
+	{ "clusternode", "rhcsClusternode" },
 	{ "device", "rhcsDevice" },
 	{ "fencedevice", "rhcsFencedevice" },
-	{ "method", "rhcsFencemethod" },
+	{ "method", "rhcsmethod" },
 	{ "logging", "rhcsLoggersubsys" },
 	{ "fence_daemon", "rhcsFencedaemon" },
-};
+	{ "dlm", "rhcsDlm" },
 /* TODO: Add more here as the schema gets filled in */
+};
 
 
 static char *ldap_attr_name(char *attrname)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]