aboutsummaryrefslogtreecommitdiff
path: root/examples/stanford.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stanford.conf')
-rw-r--r--examples/stanford.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stanford.conf b/examples/stanford.conf
index 05ca861..becfc6e 100644
--- a/examples/stanford.conf
+++ b/examples/stanford.conf
@@ -1,5 +1,4 @@
# /etc/wallet/wallet.conf -- Wallet system configuration. -*- perl -*-
-# $Id$
#
# Configuration for the wallet system as used at Stanford University.
# Interesting features to note are loading the database password from an
@@ -27,6 +26,7 @@ $DB_PASSWORD = <PASS>;
close PASS;
chomp $DB_PASSWORD;
+$KEYTAB_KRBTYPE = 'MIT';
$KEYTAB_FILE = '/etc/wallet/keytab';
$KEYTAB_FLAGS = '-clearpolicy';
$KEYTAB_HOST = 'krb5-admin.stanford.edu';