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/Makefile.am | |
| 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/Makefile.am')
| -rw-r--r-- | contrib/Debian/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Debian/Makefile.am b/contrib/Debian/Makefile.am index b20da998..dd7c7534 100644 --- a/contrib/Debian/Makefile.am +++ b/contrib/Debian/Makefile.am @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2009 Alexander Barton (alex@barton.de) +# Copyright (c)2001-2010 Alexander Barton (alex@barton.de) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -10,7 +10,7 @@ # EXTRA_DIST = rules changelog compat control copyright \ - ngircd.init ngircd.default ngircd.postinst + ngircd.init ngircd.default ngircd.pam ngircd.postinst maintainer-clean-local: rm -f Makefile Makefile.in |