public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - config: Fix some schema names in confdb2ldif
@ 2009-09-08 13:14 Christine Caulfield
  0 siblings, 0 replies; only message in thread
From: Christine Caulfield @ 2009-09-08 13:14 UTC (permalink / raw)
  To: cluster-cvs-relay

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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-08 13:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-08 13:14 cluster: STABLE3 - config: Fix some schema names in confdb2ldif Christine Caulfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).