public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - config: fix device objectclass in confdb2ldif
@ 2009-03-26 15:52 Christine Caulfield
  0 siblings, 0 replies; only message in thread
From: Christine Caulfield @ 2009-03-26 15:52 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=f45b3f6325415d985292aa7c59be3f8db0a0635e
Commit:        f45b3f6325415d985292aa7c59be3f8db0a0635e
Parent:        c98f3fb5b1be9755f07b3358d1a3174a9577f326
Author:        Christine Caulfield <ccaulfie@redhat.com>
AuthorDate:    Thu Mar 26 15:51:05 2009 +0000
Committer:     Christine Caulfield <ccaulfie@redhat.com>
CommitterDate: Thu Mar 26 15:51:05 2009 +0000

config: fix device objectclass in confdb2ldif

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

diff --git a/config/tools/ldap/confdb2ldif.c b/config/tools/ldap/confdb2ldif.c
index be0ccce..e57f32e 100644
--- a/config/tools/ldap/confdb2ldif.c
+++ b/config/tools/ldap/confdb2ldif.c
@@ -23,7 +23,7 @@ struct objectclasses
 	{ "cman", "rhcsCman" },
 	{ "totem", "rhcsTotem" },
 	{ "clusternode", "rhcsNode" },
-	{ "device", "rhcsFenceagent" },
+	{ "device", "rhcsDevice" },
 	{ "fencedevice", "rhcsFencedevice" },
 	{ "method", "rhcsFencemethod" },
 	{ "logging", "rhcsLoggersubsys" },


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

only message in thread, other threads:[~2009-03-26 15:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-26 15:52 cluster: STABLE3 - config: fix device objectclass 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).