diff options
author | Russ Allbery <eagle@eyrie.org> | 2020-04-11 13:37:52 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2020-04-11 13:37:52 -0700 |
commit | ccfbd34d597318215b979338c4cb5d7e4a3f0d6f (patch) | |
tree | 6ed9a5feba0f6b11b747d2d7ba159fde93fe6f1d | |
parent | 111683aa1a5f0a17b4a8c0904be4e9ac0580b3f0 (diff) |
Add missing NEWS entry for Duo changes in 1.3
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -54,6 +54,14 @@ wallet 1.4 (2018-06-03) wallet 1.3 (2016-01-17) + All Duo object implementations have been merged into a single Perl + module. Duo objects should continue to behave as before, but the + database must be updated to map the object names to the correct Perl + modules. Run perl/sql/wallet-1.3-update-duo.sql on your database to + fix the Duo object type registrations if you were using Duo. Many + more Duo object types are now supported and can be manually registered + with wallet-admin register object. + This release adds initial, experimental 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 |