aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-05-27 18:02:45 -0700
committerRuss Allbery <eagle@eyrie.org>2018-05-27 18:02:45 -0700
commit62a9101895a2d596bf91231f119d338d2025ff08 (patch)
treedba72e8737497b4a9a99b3b71bf36b82ff45e1d5
parent439a4b9c45ea7dbc153aea86f105a7d1aaac7bc3 (diff)
Add NEWS entry for Active Directory fixes
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4e2f8fb..d8c66b2 100644
--- a/NEWS
+++ b/NEWS
@@ -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.