diff options
| author | Jon Robertson <jonrober@stanford.edu> | 2009-12-17 11:26:28 -0800 | 
|---|---|---|
| committer | Jon Robertson <jonrober@stanford.edu> | 2009-12-17 11:26:28 -0800 | 
| commit | e0f69c0b3f41684079762f843c37888d1017d576 (patch) | |
| tree | 969d7603182187fcfd27801f22821c58d39512ce /perl/t/data | |
| parent | 236e209c3fefa0a56784ec3cd810a0bb5383b86d (diff) | |
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.
Diffstat (limited to 'perl/t/data')
| -rw-r--r-- | perl/t/data/README | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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. | 
