README.pam
上传用户:s81996212
上传日期:2007-01-04
资源大小:722k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

C/C++

  1. This README clarifies PAM (Pluggable Authentication Modules) support in
  2. SqWebMail.
  3. The configure script automatically enables PAM support if it detects
  4. that PAM authentication is available on your system.  Don't be fooled, you
  5. still need to perform some local setup in order to get PAM authentication
  6. working.  Specifically, you will need to define how the PAM module will
  7. authenticate userids and passwords for the "webmail" service.  SqWebMail
  8. merely requests authentications for this service, and it is up to you to
  9. tell your PAM library how it should handle it.
  10. The exact procedure for doing so should be found in your system administration
  11. manual.  For Red Hat Linux, you can simply create a file called
  12. /etc/pam.d/webmail, and initialize it to contain the following directives:
  13. #%PAM-1.0
  14. auth       required     /lib/security/pam_pwdb.so shadow nullok
  15. account    required     /lib/security/pam_pwdb.so
  16. If you install using the source RPM, this will be taken care of automatically.