From 8b5097f307a7ce390c289ae36f5e272f5c6aa58e Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 18 Apr 2017 15:54:00 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cca6992d1..6d8bb12dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 0.7.1 (Unreleased) +DEPRECATIONS/CHANGES: + + * LDAP Auth Backend: Group membership queries will now run as the `binddn` + user when `binddn`/`bindpass` are configured, rather than as the + authenticating user as was the case previously. + FEATURES: * **MSSQL Physical Backend**: You can now use Microsoft SQL Server as your @@ -7,6 +13,8 @@ FEATURES: IMPROVEMENTS: + * auth/ldap: Use the binding credentials to search group membership rather + than the user credentials [GH-2534] * cli/revoke: Add `-self` option to allow revoking the currently active token [GH-2596] * secret/pki: Add `no_store` option that allows certificates to be issued