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

WEB邮件程序

开发平台:

C/C++

  1. # $Id: authdaemonrc.in,v 1.2 2000/04/30 01:04:09 mrsam Exp $
  2. #
  3. # Copyright 2000 Double Precision, Inc.  See COPYING for
  4. # distribution information.
  5. #
  6. # This file configures authdaemond, the resident authentication daemon.
  7. #
  8. # Comments in this file are ignored.  Although this file is intended to
  9. # be sourced as a shell script, authdaemond parses it manually, so
  10. # the acceptable syntax is a bit limited.  Multiline variable contents,
  11. # with the  continuation character, are not allowed.  Everything must
  12. # fit on one line.  Do not use any additional whitespace for indentation,
  13. # or anything else.
  14. # The authentication modules that are linked into authdaemond.  The
  15. # default list is installed.  You may selectively disable modules simply
  16. # by removing them from the following list.  The available modules you
  17. # can use are: @AUTHDAEMONMODULELIST@
  18. authmodulelist="@AUTHDAEMONMODULELIST@"
  19. # The number of daemon processes that are started.  authdaemon is typically
  20. # installed where authentication modules are relatively expensive: such
  21. # as authldap, or authmysql, so it's better to have a number of them running.
  22. # PLEASE NOTE:  Some platforms may experience a problem if there's more than
  23. # one daemon.  Specifically, SystemV derived platforms that use TLI with
  24. # socket emulation.  I'm suspicious of TLI's ability to handle multiple
  25. # processes accepting connections on the same filesystem domain socket.
  26. #
  27. # You may need to increase daemons if as your system load increases.  Symptoms
  28. # include sporadic authentication failures.  If you start getting
  29. # authentication failures, increase daemons.  However, the default of 5
  30. # SHOULD be sufficient.  Bumping up daemon count is only a short-term
  31. # solution.  The permanent solution is to add more resources: RAM, faster
  32. # disks, faster CPUs...
  33. daemons=5
  34. # authdaemonvar is here, but is not used directly by authdaemond.  It's
  35. # used by various configuration and build scripts, so don't touch it!
  36. authdaemonvar=@authdaemonvar@