pam.conf 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. # ---------------------------------------------------------------------------#
  2. # /etc/pam.conf #
  3. # #
  4. # Last modified by Andrew G. Morgan <morgan@kernel.org> #
  5. # ---------------------------------------------------------------------------#
  6. # $Id$
  7. # ---------------------------------------------------------------------------#
  8. # serv. module ctrl module [path] ...[args..] #
  9. # name type flag #
  10. # ---------------------------------------------------------------------------#
  11. #
  12. # The PAM configuration file for the `chfn' service
  13. #
  14. chfn auth required pam_unix.so
  15. chfn account required pam_unix.so
  16. chfn password required pam_unix.so shadow md5 use_authtok
  17. #
  18. # The PAM configuration file for the `chsh' service
  19. #
  20. chsh auth required pam_unix.so
  21. chsh account required pam_unix.so
  22. chsh password required pam_unix.so shadow md5 use_authtok
  23. #
  24. # The PAM configuration file for the `ftp' service
  25. #
  26. ftp auth requisite pam_listfile.so \
  27. item=user sense=deny file=/etc/ftpusers onerr=succeed
  28. ftp auth requisite pam_shells.so
  29. ftp auth required pam_unix.so
  30. ftp account required pam_unix.so
  31. #
  32. # The PAM configuration file for the `imap' service
  33. #
  34. imap auth required pam_unix.so
  35. imap account required pam_unix.so
  36. #
  37. # The PAM configuration file for the `login' service
  38. #
  39. login auth requisite pam_securetty.so
  40. login auth required pam_unix.so
  41. login auth optional pam_group.so
  42. login account requisite pam_time.so
  43. login account required pam_unix.so
  44. login password required pam_unix.so shadow md5 use_authtok
  45. login session required pam_unix.so
  46. #
  47. # The PAM configuration file for the `netatalk' service
  48. #
  49. netatalk auth required pam_unix.so
  50. netatalk account required pam_unix.so
  51. #
  52. # The PAM configuration file for the `other' service
  53. #
  54. other auth required pam_deny.so
  55. other auth required pam_warn.so
  56. other account required pam_deny.so
  57. other password required pam_deny.so
  58. other password required pam_warn.so
  59. other session required pam_deny.so
  60. #
  61. # The PAM configuration file for the `passwd' service
  62. #
  63. passwd password required pam_unix.so shadow md5 use_authtok
  64. #
  65. # The PAM configuration file for the `rexec' service
  66. #
  67. rexec auth requisite pam_securetty.so
  68. rexec auth requisite pam_nologin.so
  69. rexec auth sufficient pam_rhosts_auth.so
  70. rexec auth required pam_unix.so
  71. rexec account required pam_unix.so
  72. rexec session required pam_unix.so
  73. rexec session required pam_limits.so
  74. #
  75. # The PAM configuration file for the `rlogin' service
  76. # this application passes control to `login' if it fails
  77. #
  78. rlogin auth requisite pam_securetty.so
  79. rlogin auth requisite pam_nologin.so
  80. rlogin auth required pam_rhosts_auth.so
  81. rlogin account required pam_unix.so
  82. rlogin password required pam_unix.so shadow md5 use_authtok
  83. rlogin session required pam_unix.so
  84. rlogin session required pam_limits.so
  85. #
  86. # The PAM configuration file for the `rsh' service
  87. #
  88. rsh auth requisite pam_securetty.so
  89. rsh auth requisite pam_nologin.so
  90. rsh auth sufficient pam_rhosts_auth.so
  91. rsh auth required pam_unix.so
  92. rsh account required pam_unix.so
  93. rsh session required pam_unix.so
  94. rsh session required pam_limits.so
  95. #
  96. # The PAM configuration file for the `samba' service
  97. #
  98. samba auth required pam_unix.so
  99. samba account required pam_unix.so
  100. #
  101. # The PAM configuration file for the `su' service
  102. #
  103. su auth required pam_wheel.so
  104. su auth sufficient pam_rootok.so
  105. su auth required pam_unix.so
  106. su account required pam_unix.so
  107. su session required pam_unix.so
  108. #
  109. # The PAM configuration file for the `vlock' service
  110. #
  111. vlock auth required pam_unix.so
  112. #
  113. # The PAM configuration file for the `xdm' service
  114. #
  115. xdm auth required pam_unix.so
  116. xdm account required pam_unix.so
  117. #
  118. # The PAM configuration file for the `xlock' service
  119. #
  120. xlock auth required pam_unix.so