diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-12-08 21:01:30 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2014-12-08 21:01:30 -0800 |
commit | 050534cdd520a276d84dc4a66c81cc8b4faebcb5 (patch) | |
tree | 0e74d929e351bd2e5d50787ecfab428d1c9c1561 /NEWS | |
parent | 68010e4c1957d2bbfe55efdb4bd4b32541c8d344 (diff) | |
parent | 7856dc7cc5e16140c0084474fe54338f293bf77e (diff) |
Merge tag 'upstream/1.2' into debian
Upstream version 1.2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,5 +1,24 @@ User-Visible wallet Changes +wallet 1.2 (2014-12-08) + + The duo object type has been split into several sub-types, each for a + specific type of Duo integration. The old type's functionality has + been moved to duo-pam (Wallet::Object::Duo::PAM), and new types are + supported for Duo's auth proxy configurations for LDAP and Radius, and + their RDP configuration. These types are duo-radius, duo-ldap, and + duo-rdp (Wallet::Object::Duo::RadiusProxy, + Wallet::Object::Duo::LDAPProxy, and Wallet::Object::Duo::RDP). The + old duo type still exists for compatability. To enable these object + types for an existing wallet database, use wallet-admin to register the + new object. + + New rename command for file type objects. This will change the name + of the object itself and move any stored data for the file to the + correct location for the new name. Currently, rename is only + supported for file objects, but may be supported by other backends in + the future. + wallet 1.1 (2014-07-16) A new object type, duo (Wallet::Object::Duo), is now supported. This |