From 2c4bd7c22d5c530e74421c2e353e0356920ccb9a Mon Sep 17 00:00:00 2001 From: Jon Robertson Date: Thu, 10 Dec 2009 14:40:59 -0800 Subject: 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d41b1a0..4599484 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ /perl/t/data/test.keytab /perl/t/data/test.principal /perl/t/data/test.realm +/perl/t/data/test.krbtype /tests/client/basic-t /tests/client/full-t /tests/client/pod-t @@ -24,6 +25,7 @@ /tests/data/test.keytab /tests/data/test.password /tests/data/test.principal +/tests/data/test.krbtype /tests/kasetkey/basic-t /tests/portable/asprintf-t /tests/portable/snprintf-t -- cgit v1.2.3