Mickys21 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Simpsons/simpsons_homer.gif)
Joined: 22 Jul 2003 Posts: 61 Location: Ipswich, UK
|
Posted: Wed Sep 17, 2003 9:01 am Post subject: pam_smb and gdm? |
|
|
emerged pam_smb
followed the relevant tutorial
edited /etc/pam_smb.conf & /etc/pam_smb.usermap
Got this working so it contacted my NT/W2K Domain to authenicate users, but only on the terminal window. I would like it so it authenicated on my gnome login screen, i guess it mat have something to do with the files in
/etc/pam.d
my "login" file looks like this:
Code: |
#%PAM-1.0
auth required /lib/security/pam_securetty.so
auth required /lib/security/pam_smb_auth.so
auth required /lib/security/pam_nologin.so
account required /lib/security/pam_pwdb.so
password required /lib/security/pam_cracklib.so
password required /lib/security/pam_pwdb.so shadow nullok use authtok
session required /lib/security/pam_pwdb.so
|
This works fine and I can type in my W2k/NT Domain username & password and it works (i did a netstat -a etc) (On TERMINAL screen)
I noticed that there is a gdm file in the same directory as the one above which looks like this:
Code: | #%PAM-1.0
auth required /lib/security/pam_stack.so service=system-auth
auth required /lib/security/pam_nologin.so
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 |
I was just wondering how to make it so I could type in my W2k/NT domain password at the GNOME login screen, I got a feeling its something to do with the file above.
BTW. I have added the lines from login into the GDM file will no sucess (GDM wont start).
Any ideas has anybody done this before , if so can u help me
Thanks.[/code] |
|