diff options
| author | Mistivia <i@mistivia.com> | 2025-10-23 23:44:03 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-10-23 23:44:07 +0800 |
| commit | c8aeef18cb46a617b6397b9822263895e97e9048 (patch) | |
| tree | ebe127e7c194039f315b74a5998b05a271c57b9d /ngircd/contrib/Debian/ngircd.pam | |
add ircd
Diffstat (limited to 'ngircd/contrib/Debian/ngircd.pam')
| -rw-r--r-- | ngircd/contrib/Debian/ngircd.pam | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ngircd/contrib/Debian/ngircd.pam b/ngircd/contrib/Debian/ngircd.pam new file mode 100644 index 0000000..9d2f6d5 --- /dev/null +++ b/ngircd/contrib/Debian/ngircd.pam @@ -0,0 +1,10 @@ +# /etc/pam.d/ngircd + +# You have to adjust this configuration to your local setup and needs. Keep in +# mind that all PAM modules are run with the privileges of the user account the +# ngIRCd daemon runs as ("irc" by default, not root!), so you can't use PAM +# modules requiring root privileges (like pam_unix, for example)! + +# Log and deny all connections to ngIRCd: +auth required pam_warn.so +auth required pam_deny.so |
