View previous topic :: View next topic |
Author |
Message |
col l33t
Joined: 08 May 2002 Posts: 820 Location: Melbourne - Australia
|
Posted: Wed Nov 13, 2002 5:26 am Post subject: pam_smb authentication |
|
|
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 |
|
|
|
|
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
|
|