From cbcd022f302adc39ecb89fba6faf72e68184c0e0 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 2 Aug 2024 19:10:39 -0400 Subject: halfway working idm server and laptop hostclasses --- files/usr/local/etc/openldap/ldap.conf.idm_server | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 files/usr/local/etc/openldap/ldap.conf.idm_server (limited to 'files/usr/local/etc/openldap/ldap.conf.idm_server') diff --git a/files/usr/local/etc/openldap/ldap.conf.idm_server b/files/usr/local/etc/openldap/ldap.conf.idm_server new file mode 100644 index 0000000..3b285f7 --- /dev/null +++ b/files/usr/local/etc/openldap/ldap.conf.idm_server @@ -0,0 +1,9 @@ +URI ldapi:/// +BASE ${basedn} +USE_SASL yes +ROOTUSE_SASL yes +SASL_MECH EXTERNAL +SASL_REALM ${realm} +GSSAPI_SIGN yes +GSSAPI_ENCRYPT yes +SUDOERS_BASE ${sudo_basedn} -- cgit v1.2.3