2 Feb 2009 12:39
Re: How to make JDS lock screen lock the screen and not utdetach with NSCM
Joerg Barfurth <jub <at> sun.com>
2009-02-02 11:39:24 GMT
2009-02-02 11:39:24 GMT
You can do much of what you desire by editing /etc/pam.conf. But the
result is an unsupported configuration.
David Markey schrieb:
> They could manually detach the session using shift+pause, its just
> complicated for our users and id like to disable it. i see its hard
> coded into xscreensaver. Any way to disable it even unsupported?
>
You could remove or turn into a comment the
xscreensaver auth sufficient pam_sunray.so syncondisplay
line in /etc/pam.conf.
The price you have to pay for that is that when hotdesking to a
different DTU with your NSCM session or after the session has been
detached in whatever other way (e.g. by rebooting the DTU), you'll have
to enter your password twice - first for NSCM, then for the screensaver.
You also lower security for your session, as explained by Bob.
> Also, when i do a utswitch -h <hostname> the previous user name gets
> entered into the new sunray servers login, any way to disable that also?
>
For NSCM users: To get rid of the name you can use the startover button.
To never get that name in the first place, you could try to remove the
utgulogin auth requisite sunray_get_user.so property=username
line in /etc/pam.conf.
To achieve the same effect for smartcard users, you'd need to also
(Continue reading)
RSS Feed