summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJon Robertson <jonrober@stanford.edu>2009-12-10 14:40:59 -0800
committerJon Robertson <jonrober@stanford.edu>2009-12-10 14:43:41 -0800
commit189bad7b6cfdfa9254a66deedb894b8fd3b79197 (patch)
tree668210ae42ec8de0e28fe807f266567cdbb2f809 /examples
parent0e6b6e3be0d1c544871445a580de7da502fec8c0 (diff)
Added support for Heimdal KDC
Added support for Heimdal as an alternative to MIT Kerberos. This involved separating out the kadmin-specific code into its own set of modules, and changing the existing Wallet::Object::Keytab code to branch based on which module is loaded.
Diffstat (limited to 'examples')
-rw-r--r--examples/stanford.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stanford.conf b/examples/stanford.conf
index 108b932..becfc6e 100644
--- a/examples/stanford.conf
+++ b/examples/stanford.conf
@@ -26,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';