diff options
| author | Alexander Barton <alex@barton.de> | 2010-10-27 00:43:02 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2010-10-27 00:43:02 +0200 |
| commit | e2c92900300604c000af86008dad086527a04345 (patch) | |
| tree | 8265bd48fe5c42e1c127285c382f8ddf8157e2ba /contrib/Debian/ngircd.pam | |
| parent | 5edde9a760e1e46eeeddd6b228e3a2ea4ca971db (diff) | |
| download | ngircd-e2c92900300604c000af86008dad086527a04345.tar.gz ngircd-e2c92900300604c000af86008dad086527a04345.zip | |
Debian: Install default /etc/pam.d/ngircd allowing all logins
This is required for backwards compatibility when installing the -full or -full-dbg package variant: PAM is enabled now but no configuration present, so all login attempts would be denied ... Creating /etc/pam.d/ngircd including "auth required pam_permit.so" restores the old behaviour of allowing all connections.
Diffstat (limited to 'contrib/Debian/ngircd.pam')
| -rw-r--r-- | contrib/Debian/ngircd.pam | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/Debian/ngircd.pam b/contrib/Debian/ngircd.pam new file mode 100644 index 00000000..4468e56d --- /dev/null +++ b/contrib/Debian/ngircd.pam @@ -0,0 +1,4 @@ +# /etc/pam.d/ngircd + +# allow all connections to ngIRCd +auth required pam_permit.so |