summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAllan Feid <allanfeid@gmail.com>2013-03-11 23:11:52 -0400
committerAllan Feid <allanfeid@gmail.com>2013-03-21 10:00:07 -0400
commitaa6c01a062b00516c9d26f3e23bd04b1075c4e2f (patch)
tree7f7c2aeb1e8f7d9e5bf31af951a103f2cf95b6f5 /etc
parentaa58233bd8ba174e07076444b0dc5fdb67f5a5e6 (diff)
downloadkeystone-aa6c01a062b00516c9d26f3e23bd04b1075c4e2f.tar.gz
keystone-aa6c01a062b00516c9d26f3e23bd04b1075c4e2f.tar.xz
keystone-aa6c01a062b00516c9d26f3e23bd04b1075c4e2f.zip
Add a dereference option for ldap
This allows proper dereferencing of aliased objects in an LDAP tree. Fixes Bug #1153786 Change-Id: Ia09a99b7bca1ab055eb0c6dfa34138beca15bff0
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 426e3b24..b39eb926 100644
--- a/etc/keystone.conf.sample
+++ b/etc/keystone.conf.sample
@@ -140,6 +140,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