Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-16 | Provided path to call valid_principal directly | Jon Robertson | |
valid_principal used to reside in Wallet::Object::Keytab, but was moved to the individual Wallet::Kadmin::* modules. This isn't necessary currently and may not ever be, but it's there just in case we do ever need to differentiate. To simplify testing, a way to still call it directly from Wallet::Object::Keytab has been added. | |||
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. |