summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-03-21 18:34:34 +0000
committerGerrit Code Review <review@openstack.org>2013-03-21 18:34:34 +0000
commitba3f41f068f763ec96f7da19ed1fa1698f3c5fcf (patch)
treec29baa5d4802e511cc9982a03cd7a991f3a82628 /etc
parenta6df07e2cd967157b390c1dc7b9254def02fb5b0 (diff)
parentaa6c01a062b00516c9d26f3e23bd04b1075c4e2f (diff)
downloadkeystone-ba3f41f068f763ec96f7da19ed1fa1698f3c5fcf.tar.gz
keystone-ba3f41f068f763ec96f7da19ed1fa1698f3c5fcf.tar.xz
keystone-ba3f41f068f763ec96f7da19ed1fa1698f3c5fcf.zip
Merge "Add a dereference option for ldap"
Diffstat (limited to 'etc')
-rw-r--r--etc/keystone.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/keystone.conf.sample b/etc/keystone.conf.sample
index 4380300e..9e66eb62 100644
--- a/etc/keystone.conf.sample
+++ b/etc/keystone.conf.sample
@@ -146,6 +146,11 @@
# Maximum results per page; a value of zero ('0') disables paging (default)
# page_size = 0
+# The LDAP dereferencing option for queries. This can be either 'never',
+# 'searching', 'always', 'finding' or 'default'. The 'default' option falls
+# back to using default dereferencing configured by your ldap.conf.
+# alias_dereferencing = default
+
# The LDAP scope for queries, this can be either 'one'
# (onelevel/singleLevel) or 'sub' (subtree/wholeSubtree)
# query_scope = one