public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: Christine Caulfield <chrissie@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: cluster: STABLE3 - config: Fix some schema names in confdb2ldif
Date: Tue, 08 Sep 2009 13:14:00 -0000	[thread overview]
Message-ID: <20090908131353.511A61201F5@lists.fedorahosted.org> (raw)

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)


                 reply	other threads:[~2009-09-08 13:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090908131353.511A61201F5@lists.fedorahosted.org \
    --to=chrissie@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).