From 293cf52a00c9c67f0ad8f264027f81c020854f66 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 26 Feb 2016 13:21:23 -0500 Subject: GPO: Add other display managers to interactive logon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gone are the days when all systems used GDM or KDM. We need to support other display managers in the default configuration to avoid issues when enrolled in AD domains. Reviewed-by: Lukáš Slebodník --- src/man/sssd-ad.5.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/man') diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index 17e301a46..dc17a2f3c 100644 --- a/src/man/sssd-ad.5.xml +++ b/src/man/sssd-ad.5.xml @@ -422,6 +422,26 @@ ad_gpo_map_interactive = +my_pam_service, -login kdm + + + lightdm + + + + + lxdm + + + + + sddm + + + + + xdm + + -- cgit