From 93d82d9e76636ca4d33db6c8799754660a440235 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Wed, 16 Oct 2024 00:07:55 -0400 Subject: cleanup --- scripts/hostclass/znc_server | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts/hostclass/znc_server') 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" -- cgit v1.2.3