aboutsummaryrefslogtreecommitdiff
path: root/files/usr/local/etc/openldap/ldap.conf.common
blob: 2be3425be99b33b8d43b149a4afa6401620e3553 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
URI            ${ldap_uri}
BASE           ${basedn}
USE_SASL       yes
ROOTUSE_SASL   yes
SASL_MECH      GSSAPI
SASL_REALM     ${realm}
GSSAPI_SIGN    yes
GSSAPI_ENCRYPT yes
SUDOERS_BASE   ${sudo_basedn}
ACCOUNTS_BASE  ${accounts_basedn}
USERS_BASE     ${users_basedn}
GROUPS_BASE    ${groups_basedn}
HOSTS_BASE     ${hosts_basedn}