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: Add fence_daemon type to conf2ldif


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=6c1ca6b9a7f5e8f0329a0e66cf7947a8b09f7916
Commit:        6c1ca6b9a7f5e8f0329a0e66cf7947a8b09f7916
Parent:        b18716612a71d9efe19c36f384b771cd2f07141c
Author:        Christine Caulfield <ccaulfie@redhat.com>
AuthorDate:    Wed Mar 25 14:11:00 2009 +0000
Committer:     Christine Caulfield <ccaulfie@redhat.com>
CommitterDate: Wed Mar 25 14:11:00 2009 +0000

config: Add fence_daemon type to conf2ldif

I'm sure we need more in there too...

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

diff --git a/config/tools/ldap/confdb2ldif.c b/config/tools/ldap/confdb2ldif.c
index 5086a22..be0ccce 100644
--- a/config/tools/ldap/confdb2ldif.c
+++ b/config/tools/ldap/confdb2ldif.c
@@ -27,6 +27,7 @@ struct objectclasses
 	{ "fencedevice", "rhcsFencedevice" },
 	{ "method", "rhcsFencemethod" },
 	{ "logging", "rhcsLoggersubsys" },
+	{ "fence_daemon", "rhcsFencedaemon" },
 };
 /* TODO: Add more here as the schema gets filled in */
 


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