Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
pam_smb authentication
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
col
l33t
l33t


Joined: 08 May 2002
Posts: 820
Location: Melbourne - Australia

PostPosted: Wed Nov 13, 2002 5:26 am    Post subject: pam_smb authentication Reply with quote

This enables the squirrelmail and imap mail service authenticate using both windows or unix password where they have an account on both computers:

emerge pam_smb

add your windows computer name/s to /etc/pam_smb.conf & /etc/hosts

edit /etc/pam.d/imap to look like this:
Quote:

auth required pam_nologin.so
auth sufficient /lib/security/pam_smb_auth.so
auth required pam_stack.so service=system-auth
account required pam_stack.so service=system-auth
session required pam_stack.so service=system-auth


You could also add the line to other services like squid, pop etc... :
Quote:

auth sufficient /lib/security/pam_smb_auth.so
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks 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