From cefaf928ab08863fb2238e1e215718c2b37715de Mon Sep 17 00:00:00 2001 From: Andrew Hanushevsky Date: Wed, 30 Jun 2021 18:49:35 -0700 Subject: [PATCH] Update notes on sss auth client-side patch. --- docs/PreReleaseNotes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/PreReleaseNotes.txt b/docs/PreReleaseNotes.txt index 079a5c9fcdd..1a78aa08f4f 100644 --- a/docs/PreReleaseNotes.txt +++ b/docs/PreReleaseNotes.txt @@ -14,6 +14,7 @@ Prerelease Notes **[Server]** Automatically turn off async I/O for default oss plug-in. + **Major bug fixes** + **[SSS]** Add missing initializer to avoid random sss authentication failure. **[Server]** Fix host related authorization rules that would always fail. **[SSS]** Avoid server-side SEGV for certain configurations. **[SSS]** Correct client backward incompatibily when 'anygroup' is specified.