diff options
| author | Allan Feid <allanfeid@gmail.com> | 2013-03-11 23:11:52 -0400 |
|---|---|---|
| committer | Allan Feid <allanfeid@gmail.com> | 2013-03-21 10:00:07 -0400 |
| commit | aa6c01a062b00516c9d26f3e23bd04b1075c4e2f (patch) | |
| tree | 7f7c2aeb1e8f7d9e5bf31af951a103f2cf95b6f5 /etc | |
| parent | aa58233bd8ba174e07076444b0dc5fdb67f5a5e6 (diff) | |
| download | keystone-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.sample | 5 |
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 |
