]> arthur.barton.de Git - ngircd-alex.git/commit
Debian: Install default /etc/pam.d/ngircd allowing all logins
authorAlexander Barton <alex@barton.de>
Tue, 26 Oct 2010 22:43:02 +0000 (00:43 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 26 Oct 2010 22:43:02 +0000 (00:43 +0200)
commite2c92900300604c000af86008dad086527a04345
tree8265bd48fe5c42e1c127285c382f8ddf8157e2ba
parent5edde9a760e1e46eeeddd6b228e3a2ea4ca971db
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.
contrib/Debian/Makefile.am
contrib/Debian/changelog
contrib/Debian/ngircd.pam [new file with mode: 0644]
contrib/Debian/rules