I'm not sure if it works in case of F15 (I didn't try it) and if it fulfil your requirements but if I want to exclude user(s) from login to Gnome (and not being visible in GDM Login as well), I edit /etc/passwd file with "nologin" shell:
Code:
sudo usermod -s /sbin/nologin users_name
All of the following programs
are prevented from accessing the user account:
- telnet/login
- gdm/kdm/xdm (graphical login to XWindows)
- su
- ssh/scp/sftp etc
The following programs will be
not affected:
- FTP clients
- mail clients
- sudo
If you want to keep the access for the user to Gnome and just to exclude it from the GDM Login window, this will not be the solution for you.