mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-08 13:45:57 +00:00
New configuration option "NoPAM" to disable PAM
When the "NoPAM" configuration option is set and ngIRCd is compiled with support for PAM, ngIRCd will not call any PAM functions: all connection attemps without password will succeed instead and all connection attemps with password will fail. If ngIRCd is compiled without PAM support, this option is a dummy option and nothing changes: the global server password will still be in effect.
This commit is contained in:
@@ -135,6 +135,9 @@
|
||||
# with support for it.
|
||||
;NoIdent = no
|
||||
|
||||
# Don't use PAM, even if ngIRCd has been compiled with support for it.
|
||||
;NoPAM = no
|
||||
|
||||
# try to connect to other irc servers using ipv4 and ipv6, if possible
|
||||
;ConnectIPv6 = yes
|
||||
;ConnectIPv4 = yes
|
||||
|
Reference in New Issue
Block a user