Use daemon/$HOSTNAME instead of the first principal in the invirt 0.0.11
authorEvan Broder <broder@mit.edu>
Mon, 17 Nov 2008 09:57:01 +0000 (04:57 -0500)
committerEvan Broder <broder@mit.edu>
Mon, 17 Nov 2008 09:57:01 +0000 (04:57 -0500)
keytab for svn

svn path=/trunk/packages/invirt-web/; revision=1688

debian/changelog
files/etc/init.d/apache2.invirt

index a2c0ada..13bb4bd 100644 (file)
@@ -1,3 +1,10 @@
+invirt-web (0.0.11) unstable; urgency=low
+
+  * Use daemon/$HOSTNAME for the svn repository instead of the first
+    principal in the keytab
+
+ -- Evan Broder <broder@mit.edu>  Mon, 17 Nov 2008 04:56:36 -0500
+
 invirt-web (0.0.10) unstable; urgency=low
 
   * Make /etc/apache2/sites-available/default a mako template
index dd72f01..d74ba3b 100755 (executable)
@@ -24,7 +24,8 @@ kstart_start () {
     chown www-data $KRB5CCNAME
     /sbin/start-stop-daemon --start --pidfile "$TMP_PIDFILE" -c www-data \
        --exec /usr/bin/k5start -- -b -p "$TMP_PIDFILE" \
-       -U -f "$KSTART_KEYTAB" -K10 -S afs -I "$AFSCELL" -t -b
+       -U -f "$KSTART_KEYTAB" -K10 -S afs -I "$AFSCELL" -t \
+        "daemon/$(hostname -f)"
     cat "$TMP_PIDFILE" >|"$KSTART_PIDFILE"
     rm -f "$TMP_PIDFILE"
 }