diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -2,8 +2,8 @@ wallet 1.3 (unreleased) - A new object type, password (Wallet::Object::Password), is now - supported. This is a subclass of the file object that will randomly + A new object type, password (Wallet::Object::Password), is now + supported. This is a subclass of the file object that will randomly generate content for the object if you do a get before storing any content inside it. @@ -30,6 +30,13 @@ wallet 1.3 (unreleased) wallet-report, and add a new script for more detailed object history operations to the contrib directory. + Initial support for using Active Directory as the KDC for keytab + creation. 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. + wallet 1.2 (2014-12-08) The duo object type has been split into several sub-types, each for a |