blob: af1781edb847ce2f6c93501f87d8cf819ac4f030 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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}
ROLES_BASE ${roles_basedn}
AUTOMOUNT_BASE ${automount_basedn}
|