summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-July/017170.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-July/017170.html')
-rw-r--r--zarb-ml/mageia-dev/2012-July/017170.html123
1 files changed, 123 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-July/017170.html b/zarb-ml/mageia-dev/2012-July/017170.html
new file mode 100644
index 000000000..89d37f8f4
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-July/017170.html
@@ -0,0 +1,123 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] krb5 paths issue
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20krb5%20paths%20issue&In-Reply-To=%3Cop.wgys17mkn7mcit%40hodgins.homeip.net%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="017169.html">
+ <LINK REL="Next" HREF="017172.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] krb5 paths issue</H1>
+ <B>David W. Hodgins</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20krb5%20paths%20issue&In-Reply-To=%3Cop.wgys17mkn7mcit%40hodgins.homeip.net%3E"
+ TITLE="[Mageia-dev] krb5 paths issue">davidwhodgins at gmail.com
+ </A><BR>
+ <I>Thu Jul 5 10:40:45 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="017169.html">[Mageia-dev] krb5 build issue
+</A></li>
+ <LI>Next message: <A HREF="017172.html">[Mageia-dev] krb5 paths issue
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#17170">[ date ]</a>
+ <a href="thread.html#17170">[ thread ]</a>
+ <a href="subject.html#17170">[ subject ]</a>
+ <a href="author.html#17170">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On Wed, 04 Jul 2012 18:27:38 -0400, David Walser &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">luigiwalser at yahoo.com</A>&gt; wrote:
+
+&gt;<i> An issue has been raised while QA testing an update for krb5 for Mageia 1 and Mageia 2 about apparently incorrect paths in init scripts:
+</I>&gt;<i> <A HREF="https://bugs.mageia.org/show_bug.cgi?id=6469">https://bugs.mageia.org/show_bug.cgi?id=6469</A>
+</I>&gt;<i>
+</I>&gt;<i> Would the correct thing to do be to change /var/kerberos/krb5kdc to /etc/kerberos/krb5kdc as proposed in this patch to kadmin.init?:
+</I>&gt;<i> <A HREF="https://bugs.mageia.org/attachment.cgi?id=2476&amp;action=diff">https://bugs.mageia.org/attachment.cgi?id=2476&amp;action=diff</A>
+</I>&gt;<i>
+</I>&gt;<i> I also noticed a line in kprop.init that says:
+</I>&gt;<i> [ -f /var/kerberos/krb5kdc/kpropd.acl ] || exit 6
+</I>&gt;<i>
+</I>&gt;<i> Should that be changed as well?
+</I>
+Yes.
+
+Ideally, only the config files should be in /etc, and the database
+should be in /var. In order to get the security update out quickly,
+the scripts should be changed to /etc, to match the current config
+files.
+
+I think a new bug report should be opened, requesting changing
+the various scripts to use something like
+eval $(sed 's/ //g' /etc/kerberos/krb5kdc/kdc.conf|grep ^database_name)
+to get the location of the database (with similar code for the other
+files) and have new installs put the database in /var.
+
+&gt;<i> Also, in krb5 in Cauldron, I similarly noticed the following...
+</I>&gt;<i> kadmin.service:
+</I>&gt;<i> ConditionPathExists=!/var/kerberos/krb5kdc/kpropd.acl
+</I>&gt;<i>
+</I>&gt;<i> kprop.service:
+</I>&gt;<i> ConditionPathExists=/var/kerberos/krb5kdc/kpropd.acl
+</I>&gt;<i>
+</I>&gt;<i> Should those be changed as well?
+</I>
+Yes.
+
+Regards, Dave Hodgins
+
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="017169.html">[Mageia-dev] krb5 build issue
+</A></li>
+ <LI>Next message: <A HREF="017172.html">[Mageia-dev] krb5 paths issue
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#17170">[ date ]</a>
+ <a href="thread.html#17170">[ thread ]</a>
+ <a href="subject.html#17170">[ subject ]</a>
+ <a href="author.html#17170">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>