Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
pam_smb and gdm?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Mickys21
n00b
n00b


Joined: 22 Jul 2003
Posts: 61
Location: Ipswich, UK

PostPosted: Wed Sep 17, 2003 9:01 am    Post subject: pam_smb and gdm? Reply with quote

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]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum