about summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2016-06-06 01:08:55 +0200
committerAlexander Barton <alex@barton.de>2016-06-06 01:08:55 +0200
commit86a64ce6aa522e5cbdb3a90b878e09a3b61d07bf (patch)
tree5f13682709817542d91e29a06791e657cdfe1ddf /man
parenta93247d32f79d4b354c4a9e15bf05d787610eb2c (diff)
parente84000f7b8b8fb8ae29f53f66dea488f904e0838 (diff)
downloadngircd-86a64ce6aa522e5cbdb3a90b878e09a3b61d07bf.tar.gz
ngircd-86a64ce6aa522e5cbdb3a90b878e09a3b61d07bf.zip
Add "PAMServiceName" configuration option
This setting allows to run multiple ngIRCd instances with separate PAM 
configurations on each instance. If one sets it to ngircd-foo, PAM will
use /etc/pam.d/ngircd-foo instead of the default /etc/pam.d/ngircd.

Thanks to "somechris" for the patch & pull request!

Closes #226.
Diffstat (limited to 'man')
-rw-r--r--man/ngircd.conf.5.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/ngircd.conf.5.tmpl b/man/ngircd.conf.5.tmpl
index 935ac035..aacacab3 100644
--- a/man/ngircd.conf.5.tmpl
+++ b/man/ngircd.conf.5.tmpl
@@ -339,6 +339,14 @@ able to distinguish between Ident'ified and PAM-authenticated users: both
 don't have a "~" character prepended to their respective user names!
 Default: no.
 .TP
+\fBPAMServiceName\fR (string)
+When PAM is enabled, this value determines the used PAM configuration.
+This setting allows to run multiple ngIRCd instances with different
+PAM configurations on each instance. If you set it to "ngircd-foo",
+PAM will use /etc/pam.d/ngircd-foo instead of the default
+/etc/pam.d/ngircd.
+Default: ngircd.
+.TP
 \fBRequireAuthPing\fR (boolean)
 Let ngIRCd send an "authentication PING" when a new client connects, and
 register this client only after receiving the corresponding "PONG" reply.