diff options
author | Bill MacAllister <whm@dropbox.com> | 2015-12-03 00:27:33 +0000 |
---|---|---|
committer | Bill MacAllister <whm@dropbox.com> | 2015-12-03 00:27:33 +0000 |
commit | 0eb853eb2ef7e7063c0219ce2cbd1e239d5579b7 (patch) | |
tree | 3aec07d547fdecb771533d1c9d5ad88a16291dca /NEWS | |
parent | 6b7b9a29d20a65712061648404bbc6f1be5cacee (diff) |
Implement support for managed Active Directory keytabs
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ User-Visible wallet Changes +wallet 1.3 (2015-11-27) + + 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. + wallet 1.2 (2014-12-08) The duo object type has been split into several sub-types, each for a |