#
user {
# Where to start searching in the tree for users
- base_dn = '${..base_dn}'
+ base_dn = "${..base_dn}"
# Filter for user objects, should be specific enough
# to identify a single user object.
#
group {
# Where to start searching in the tree for groups
- base_dn = '${..base_dn}'
+ base_dn = "${..base_dn}"
# Filter for group objects, should match all available
# group objects a user might be a member of.
#
client {
# Where to start searching in the tree for clients
- base_dn = '${..base_dn}'
+ base_dn = "${..base_dn}"
#
# Filter to match client objects