Hi there!

Ive spent very time trying logging NT domain users in my Redhat Linux workstations. I've finally got this, but now, we need start gnome to work with documents, graphics, etc. The problem is that I cant start X after the session is open. The error is as follows:
_________________________________________________________
Fatal server error:
PAM authentication failed, cannot start X server.
Perhaps you do not have console ownership?


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
Please report problems to [EMAIL PROTECTED]

giving up.
xinit: No such file or directory (errno 2): unable to connect to X server
xinit: No such process (errno 3): Server error.
_________________________________________________________

Im using the Pams module winbind.so to authenticate domain users and log this on workstations. My PAM files are:

system-auth
#%PAM-1.0
# This file is auto-generated.
# User changes will be destroyed the next time authconfig is run.
auth required /lib/security/pam_env.so
auth sufficient /lib/security/pam_winbind.so
auth sufficient /lib/security/pam_unix.so use_first_pass likeauth nullok
auth sufficient /lib/security/pam_smb_auth.so use_first_pass nolocal
auth required /lib/security/pam_deny.so
account required /lib/security/pam_winbind.so
account required /lib/security/pam_unix.so
password required /lib/security/pam_cracklib.so retry=3 type=
password sufficient /lib/security/pam_winbind.so
password sufficient /lib/security/pam_unix.so nullok use_authtok md5 shadow
password required /lib/security/pam_deny.so
session required /lib/security/pam_winbind.so
session required /lib/security/pam_limits.so
session required /lib/security/pam_unix.so
session optional /lib/security/pam_mount.so

login
#%PAM-1.0
auth required /lib/security/pam_securetty.so
auth required /lib/security/pam_stack.so service=system-auth
auth required /lib/security/pam_nologin.so
auth optional /lib/security/pam_mount.so use_first_pass
account required /lib/security/pam_stack.so service=system-auth
password required /lib/security/pam_stack.so service=system-auth
session required /lib/security/pam_stack.so service=system-auth
session optional /lib/security/pam_console.so
session required /lib/security/pam_mkhomedir.so skel=/etc/skel/ umask=0000

xserver
#%PAM-1.0
auth sufficient /lib/security/pam_rootok.so
auth required /lib/security/pam_console.so
account required /lib/security/pam_permit.so

Ive noticed that in the /var/run/console and /var/run/console.lock files there is the user name after login.

Please, help me to solve this problem.

Thank you very much.

Fabio Carvalho
Atento Brasil S/A

_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to