diff options
author | Russ Allbery <eagle@eyrie.org> | 2018-05-27 18:02:45 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2018-05-27 18:02:45 -0700 |
commit | 62a9101895a2d596bf91231f119d338d2025ff08 (patch) | |
tree | dba72e8737497b4a9a99b3b71bf36b82ff45e1d5 /NEWS | |
parent | 439a4b9c45ea7dbc153aea86f105a7d1aaac7bc3 (diff) |
Add NEWS entry for Active Directory fixes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,15 @@ wallet 1.4 (unreleased) + Substantial improvements to Active Directory support: Add a + contrib/ad-keytab script that assists with initial setup and examining + the Active Directory objects, rename some configuration variables to + reflect that they are relative distinguished names, add a + configuration variable for the base DN, make sure userPrincipalName is + created for all keytabs and use it to search, allow creation of a + service principal, and truncate and make unique long names in AD if + necessary. This support should still be considered experimental. + Remove stray references to strlcpy and strlcat that broke builds on platforms where those functions are part of libc. Thanks to Karl Kornel for the report. |