aboutsummaryrefslogtreecommitdiff
path: root/scripts/hostclass/znc_server
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/hostclass/znc_server')
-rw-r--r--scripts/hostclass/znc_server4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/hostclass/znc_server b/scripts/hostclass/znc_server
index fd6b715..58f1d8a 100644
--- a/scripts/hostclass/znc_server
+++ b/scripts/hostclass/znc_server
@@ -38,11 +38,9 @@ install_directory -o "$znc_user" -g "$znc_user" -m 0700 \
install_template -o "$znc_user" -g "$znc_user" -m 0600 "${znc_home}/moddata/cyrusauth/.registry"
# Copy saslauthd configuration.
-# TODO: use ldap module for saslauthd.
install_template -m 0644 \
/usr/local/lib/sasl2/znc.conf \
- /usr/local/etc/saslauthd.conf \
- /etc/pam.d/znc
+ /usr/local/etc/saslauthd.conf
# Allow znc to read the saslauthd socket.
install_directory -m 0750 -o "$saslauthd_user" -g "$znc_user" "$saslauthd_runtime_dir"