From c1d1de146bd036a85cd7c2aa38102f7abf2d916f Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Mon, 28 Aug 2023 08:04:18 +0200 Subject: [PATCH] Documentation clarification --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d467e..d7c6a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 0.5.0 / 2023-08-24 -* Add Kerberos and NTLM authentication support +* Add Kerberos and NTLM authentication support to LDAP connection * Fix retrieval of groups with over 1500 users in Active Directory server. #45