|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: PAM for IMAP/POP
From: Chowdhury, Haider (RHaider
nuesoft.com)Date: Mon Jul 10 2000 - 09:30:52 CDT
- Next message: Steve Langasek: "Re: PAM for IMAP/POP"
- Previous message: Steve Langasek: "Re: Compiling Linux PAM modules on Solaris"
- Next in thread: Steve Langasek: "Re: PAM for IMAP/POP"
- Reply: Steve Langasek: "Re: PAM for IMAP/POP"
- Reply: Chowdhury, Haider: "RE: PAM for IMAP/POP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have put to work a Pluaggable Authentication Module (PAM) which
does authentication from MSSQL in NT. I would like to use this module for
POP/IMAP clients' authentication. It seems that the POP server first checks
the user in etc/passwd file then it goes to the /etc/pam.d/pop configuration
file to load the entry:
auth sufficient /lib/security/pam_mssql.so
account sufficient /lib/security/pam_mssql.so
If the user is not an unix one the module should authenticate the
user from MSSQL Database. Which happens actually if the user is also defined
in unix (/etc/passwd). But for non-unix user it does not even load the
pam_mssql.so.
I think this is the pop3d which makes getpwuid() call and checks the
unix user before making the pam_authenticate().
Could any one of you please give idea whether we can use PAM for
pop/imap ? PAM LDAP and KERBEROS are there, whether those authentication
mechanism can be used for POP/IMAP ?
Thanks.
Razzakul Haider Chowdhury
Database Developer
Nuesoft.com
-- To unsubscribe: mail -s unsubscribe pam-list-requestredhat.com < /dev/null
- Next message: Steve Langasek: "Re: PAM for IMAP/POP"
- Previous message: Steve Langasek: "Re: Compiling Linux PAM modules on Solaris"
- Next in thread: Steve Langasek: "Re: PAM for IMAP/POP"
- Reply: Steve Langasek: "Re: PAM for IMAP/POP"
- Reply: Chowdhury, Haider: "RE: PAM for IMAP/POP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]