diff options
| author | Alexander Barton <alex@barton.de> | 2010-07-13 15:10:35 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2010-07-13 16:47:01 +0200 |
| commit | f369177617a0f54e34a1af6fa44d1d1e3f953aeb (patch) | |
| tree | 950c705bd0cdfa46049762e0947d6603b05ade8c /man/ngircd.conf.5.tmpl | |
| parent | 37ee0a331394d990e514a1a7b2b52ecb879b9701 (diff) | |
| download | ngircd-f369177617a0f54e34a1af6fa44d1d1e3f953aeb.tar.gz ngircd-f369177617a0f54e34a1af6fa44d1d1e3f953aeb.zip | |
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.
Diffstat (limited to 'man/ngircd.conf.5.tmpl')
| -rw-r--r-- | man/ngircd.conf.5.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl index 46e0308a..ad888713 100644 --- a/man/ngircd.conf.5.tmpl +++ b/man/ngircd.conf.5.tmpl @@ -210,6 +210,12 @@ If ngIRCd is compiled with IDENT support this can be used to disable IDENT lookups at run time. Default: no. .TP +\fBNoPAM\fR +If ngIRCd is compiled with PAM support this can be used to disable all calls +to the PAM library at runtime; all users connecting without password are +allowed to connect, all passwords given will fail. +Default: no. +.TP \fBConnectIPv4\fR Set this to no if you do not want ngIRCd to connect to other IRC servers using IPv4. This allows usage of ngIRCd in IPv6-only setups. |