[Ovirt-devel] [PATCH] Set KEYTAB_FILE=/etc/libvirt/krb5.tab in node-config

Arthur CLEMENT aclement at linagora.com
Wed Mar 10 16:11:12 UTC 2010


Yesterday on irc :

18:12 < arthurc> "Mar 09 17:08:01 Retrieving keytab:" :) and my host appears 
in ovirt (still unavailable but it's better). I defined in ovirt-awake : 
KEYTAB_FILE=/etc/libvirt/krb5.tab
19:04 < mcpierce> arthurc: kk - the value ought to be moved to 
/etc/sysconfig/node-config. I'll cut a patch and send it out.

Is this ok ?


>From c20b0fef9a5a5f525189b5f4ef268fd1ff392265 Mon Sep 17 00:00:00 2001
From: Arthur CLEMENT <aclement at linagora.com>
Date: Wed, 10 Mar 2010 16:00:38 +0000
Subject: [PATCH] Set KEYTAB_FILE=/etc/libvirt/krb5.tab in node-config


Signed-off-by: Arthur CLEMENT <aclement at linagora.com>
---
 scripts/node-config |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/scripts/node-config b/scripts/node-config
index 47d42a1..0fa5735 100644
--- a/scripts/node-config
+++ b/scripts/node-config
@@ -12,4 +12,6 @@ OVIRT_RUNTIME_MODE="none"
 OVIRT_MANAGEMENT_SERVER=""

 # the maangement server port
-OVIRT_MANAGEMENT_PORT=""
\ No newline at end of file
+OVIRT_MANAGEMENT_PORT=""
+
+# the keytab directory
+KEYTAB_FILE=/etc/libvirt/krb5.tab
--
1.6.6.1

-- 
Arthur CLEMENT
Linagora Paris




More information about the ovirt-devel mailing list