Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-16 | Improvements for keytab existance checks and keytab creation | Jon Robertson | |
* Fixed keytab existence check to avoid failures when called by a principal with permissions only on specific principals. * Better error cases for non-existant keytabs in several places. * Skipped limiting keytabs to certain enctypes when no enctypes are given. | |||
2009-12-10 | Added support for Heimdal KDC | Jon Robertson | |
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. |