diff options
author | Jon Robertson <jonrober@stanford.edu> | 2009-12-10 14:40:59 -0800 |
---|---|---|
committer | Jon Robertson <jonrober@stanford.edu> | 2009-12-10 14:45:15 -0800 |
commit | 2c4bd7c22d5c530e74421c2e353e0356920ccb9a (patch) | |
tree | 5ca890d9989cdd275b6724997126b04db4911ed5 /.gitignore | |
parent | 189bad7b6cfdfa9254a66deedb894b8fd3b79197 (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 '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |