Results 1 to 1 of 1
Hello,
I have a XDM listening to network connections running on Slackware 12. My question is, how can I disable remote login for certain user only, but preserve local login's? ...
- 08-17-2009 #1Just Joined!
- Join Date
- May 2007
- Posts
- 7
Disable certain user login via XDMCP
Hello,
I have a XDM listening to network connections running on Slackware 12. My question is, how can I disable remote login for certain user only, but preserve local login's? I've tried with login.access:
+:(user):localhost
-:(user):ALL
But it's not working. Also with something like:
case `tty` in
/dev/tty[0-9])
bla bla ;;
*) logut ;;
esac
But it's not working either.
Some ideas?


Reply With Quote