On 7/7/07, Tom Stanley <[EMAIL PROTECTED]> wrote:
... But when I insert a smartcard, I am immediately taken to a standard all-blue Solaris login screen. It looks like an Exit session. The AMGH script is not called at all since this is just a local Solaris login screen. ... Shouldn't I get a mobile login screen for my smartcards too? Or how to I get my AMGH script to be called with a smartcard? Thanks.
The behaviour you're seeing is correct. A smartcard should take you straight to a regular login greeter. You don't get a mobile login screen for a smartcard because the session-mobility token is obtained directly from the smartcard and therefore does not need to be obtained (as in the NSCM case) by asking the user to provide an and authenticate a user name. Your AMGH scipt should still be called for a smartcard session. The AMGH processing should be wired in to the PAM stack for the regular login greeter, just as it is wired in to the PAM stack for the NSCM greeter. What does 'grep SunRay /etc/pam.conf' show on this system? OttoM. __ ottomeister Disclaimer: These are my opinions. I do not speak for my employer. _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
