From e0f69c0b3f41684079762f843c37888d1017d576 Mon Sep 17 00:00:00 2001 From: Jon Robertson Date: Thu, 17 Dec 2009 11:26:28 -0800 Subject: Added keytab testing cases for Heimdal KDC Added cases to handle the Wallet::Object::Keytab module using a Heimdal KDC as well as an MIT KDC. In most cases this is transparent, but some tests are skipped for Heimdal, and the commands run to test that the created principals and keytabs are correct are different for Heimdal. The code now branches based on the value of $Wallet::Config::KEYTAB_KRBTYPE. --- perl/t/data/README | 1 + 1 file changed, 1 insertion(+) (limited to 'perl/t/data') diff --git a/perl/t/data/README b/perl/t/data/README index 4abbaeb..d250d33 100644 --- a/perl/t/data/README +++ b/perl/t/data/README @@ -21,6 +21,7 @@ following files: test.keytab Keytab for an authorized user test.principal Principal of the authorized user test.realm Kerberos realm in which to do testing + test.krbtype Type of Kerberos server (Heimdal or MIT) This realm will also need to be configured in your local krb5.conf, including the admin_server for the realm. -- cgit v1.2.3