Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

19
  • It is weird, but I cannot exclude any of the users faces with Exclude although the debug and IncludeAll flags do work, but do not solve the problem. Debug doesn't show any related error messages. I don't see the point in removing references of $HOME as $HOME will only refer to the inaccessible user directories after the respective users have already logged in. GDM hangs before the users even get a chance to log in. Commented May 26, 2013 at 3:43
  • Any luck with setting set -x at the top of the scripts in /etc/gdm? Commented May 26, 2013 at 3:45
  • Also what is the server you're going against for your SSO? Linux or Windows? Commented May 26, 2013 at 3:51
  • the server is Ubuntu 12.04 Commented May 26, 2013 at 4:17
  • I have looking at how to capture the output of set -x. It seems to be none of these scripts are executed before GDM starts hanging. Commented May 26, 2013 at 16:07