|
|
9f2ebf |
From 314c3a0efc276b74f7a2e39da4db29d8fbf43b12 Mon Sep 17 00:00:00 2001
|
|
|
9f2ebf |
From: =?UTF-8?q?Michal=20=C5=BDidek?= <mzidek@redhat.com>
|
|
|
9f2ebf |
Date: Thu, 26 Oct 2017 17:12:17 +0200
|
|
|
9f2ebf |
Subject: [PATCH 11/21] MAN: GPO Security Filtering limitation
|
|
|
9f2ebf |
MIME-Version: 1.0
|
|
|
9f2ebf |
Content-Type: text/plain; charset=UTF-8
|
|
|
9f2ebf |
Content-Transfer-Encoding: 8bit
|
|
|
9f2ebf |
|
|
|
9f2ebf |
Note in the man pages that current version of SSSD does not support
|
|
|
9f2ebf |
host entries in the 'Security filtering' list.
|
|
|
9f2ebf |
|
|
|
9f2ebf |
Resolves:
|
|
|
9f2ebf |
https://pagure.io/SSSD/sssd/issue/3444
|
|
|
9f2ebf |
|
|
|
9f2ebf |
Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
|
|
|
9f2ebf |
(cherry picked from commit 6c1661d2f4e860d1b547d6188a4fe2bd564e87cf)
|
|
|
9f2ebf |
---
|
|
|
9f2ebf |
src/man/sssd-ad.5.xml | 7 +++++++
|
|
|
9f2ebf |
1 file changed, 7 insertions(+)
|
|
|
9f2ebf |
|
|
|
9f2ebf |
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml
|
|
|
9f2ebf |
index 08c1dd09fb829c6cffb416250b9b518668ec5790..649042d587de3d3600fff59866681e302c721af8 100644
|
|
|
9f2ebf |
--- a/src/man/sssd-ad.5.xml
|
|
|
9f2ebf |
+++ b/src/man/sssd-ad.5.xml
|
|
|
9f2ebf |
@@ -346,6 +346,13 @@ DOM:dom1:(memberOf:1.2.840.113556.1.4.1941:=cn=nestedgroup,ou=groups,dc=example,
|
|
|
9f2ebf |
host.
|
|
|
9f2ebf |
</para>
|
|
|
9f2ebf |
<para>
|
|
|
9f2ebf |
+ NOTE: The current version of SSSD does not support
|
|
|
9f2ebf |
+ host (computer) entries in the GPO 'Security
|
|
|
9f2ebf |
+ Filtering' list. Only user and group entries are
|
|
|
9f2ebf |
+ supported. Host entries in the list have no
|
|
|
9f2ebf |
+ effect.
|
|
|
9f2ebf |
+ </para>
|
|
|
9f2ebf |
+ <para>
|
|
|
9f2ebf |
NOTE: If the operation mode is set to enforcing, it
|
|
|
9f2ebf |
is possible that users that were previously allowed
|
|
|
9f2ebf |
logon access will now be denied logon access (as
|
|
|
9f2ebf |
--
|
|
|
9f2ebf |
2.13.5
|
|
|
9f2ebf |
|