Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-29 | Add in missing use statement for Sys::Syslog | Bill MacAllister | |
2015-12-29 | Add error check for partially created AD keytabs | Bill MacAllister | |
The msktutil script does not always signal error conditions. This change implements a check that examines the output from msktutil and reports and error when the keytab creation fails to create the keytab but does create a computer entry in the directory. If an error is detected the directory entry is deleted leaving the directory in a clean state. Also, support has been added for output of debugging information to syslog using the AD_DEBUG configuration variable. Finally perltidy suggested changes were made to AD.pm. | |||
2015-12-03 | Implement support for managed Active Directory keytabs | Bill MacAllister | |
This version implements Active Directory as the store for keytabs. The interface to Active Directory uses a combination of direct LDAP queries and the msktutil utility. This version does not support the wallet unchanging flag. Unchanging requires that a keytab be retrieved without changing the password/kvno which is not supported by msktutil. |