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

WEB邮件程序

开发平台:

C/C++

  1. #%PAM-1.0
  2. #
  3. # $Id: sqwebmail.pamconf,v 1.3 1999/12/08 06:00:38 mrsam Exp $
  4. #
  5. # Copyright 1998 - 1999 Double Precision, Inc.  See COPYING for
  6. # distribution information.
  7. #
  8. # This is a sample PAM configuration file.  If auth.c is configured
  9. # to use the PAM library for authentication, you must separately configure
  10. # PAM modules which will be used to authenticate logins for the "webmail"
  11. # service, (or whatever SQWEBMAIL_PAM is defined as).
  12. #
  13. # There are two ways most PAM installation work.  In the most common case,
  14. # you can simply create a /etc/pam.d/webmail file.  If that's your setup,
  15. # you can copy this file as /etc/pam.d/webmail.  Other PAM libraries use
  16. # a single configuration file, /etc/pam.conf (or something similar), to
  17. # configure all service.  You would probably be able to get it to work
  18. # by appending the following lines, and prefixing each one with "webmail"
  19. # and a tab.
  20. #
  21. # It is your responsibility to figure out how PAM works, it's not yet
  22. # standardized enough for me to do it for you.
  23. auth       required /lib/security/pam_pwdb.so shadow nullok
  24. account    required /lib/security/pam_pwdb.so