From b2af400a1098ebf445575d169e11a6717867045f Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Sun, 13 Oct 2024 22:43:31 -0400 Subject: add cups --- scripts/hostclass/znc_server | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/hostclass/znc_server') diff --git a/scripts/hostclass/znc_server b/scripts/hostclass/znc_server index c9f3780..fd6b715 100644 --- a/scripts/hostclass/znc_server +++ b/scripts/hostclass/znc_server @@ -41,6 +41,7 @@ install_template -o "$znc_user" -g "$znc_user" -m 0600 "${znc_home}/moddata/cyru # 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 # Allow znc to read the saslauthd socket. @@ -53,7 +54,7 @@ install_template -m 0644 \ sysrc -v \ saslauthd_enable=YES \ - saslauthd_flags='-a pam' \ + saslauthd_flags='-a ldap' \ znc_enable=YES \ nginx_enable=YES -- cgit v1.2.3