1
0

ngircd.pam 417 B

12345678910
  1. # /etc/pam.d/ngircd
  2. # You have to adjust this configuration to your local setup and needs. Keep in
  3. # mind that all PAM modules are run with the privileges of the user account the
  4. # ngIRCd daemon runs as ("irc" by default, not root!), so you can't use PAM
  5. # modules requiring root privileges (like pam_unix, for example)!
  6. # Log and deny all connections to ngIRCd:
  7. auth required pam_warn.so
  8. auth required pam_deny.so