ottomeister wrote:
On 5/8/06, Luke J Militello <[EMAIL PROTECTED]> wrote:
ottomeister wrote:
> What does your GDM PAM configuration look like?  (It'll be in
> /etc/pam.d/gdm.)

# added to gdm by SunRay Server Software -- gdm
auth requisite /opt/SUNWut/lib/sunray_get_user.so.1 property=username


That's all that's in that file?  If so then it's totally broken.  It would
certainly explain the behaviour you're seeing.

I don't know what the normal contents of that file would look like
on an Ubuntu system but since you said earlier that KDM was
working correctly I'd start by appending the contents of your
KDM PAM configuration file to the GDM file:

   cat /etc/pam.d/kdm >> /etc/pam.d/gdm

Did the next best thing here, I have an identical machine running nagios, so I just appended the lines in that machine's /etc/pam.d/gdm file:

#%PAM-1.0
auth    requisite       pam_nologin.so
auth    required        pam_env.so
@include common-auth
@include common-account
session required        pam_limits.so
@include common-session
@include common-password

This gave me a file on the ray server that looks like this:

# added to gdm by SunRay Server Software -- gdm
auth requisite /opt/SUNWut/lib/sunray_get_user.so.1 property=username
#%PAM-1.0
auth    requisite       pam_nologin.so
auth    required        pam_env.so
@include common-auth
@include common-account
session required        pam_limits.so
@include common-session
@include common-password


Then you have to get GDM to re-read the file.  To make that happen it
might be sufficient to click on the "Restart" or "Start Over" button in
the greeter dialogue, you might have to blow away the Sun Ray's X
server by holding down Control and Alt while hitting Backspace
twice, or you might have to stop and restart all of GDM.


Stopped zsunray-init.
Restarted GDM.
Started zsunray-init.

And now it all works!!!!!

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

Thank you all so much for the help, I wasn't going to give up, I knew it had to be something simple! Thanks to Otto for having the solution!!!!!

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to