diff options
author | Florian Zschocke <florian.zschocke@cycos.com> | 2013-11-22 10:09:05 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-11-22 10:28:05 -0500 |
commit | e1b00bd19810736ea5244e3dbb8cf09525127315 (patch) | |
tree | d3544187ada7cc8ca4edcef9a78916e68d38f06a /releases.moxie | |
parent | 237faead29c2d0dfcc503fe80039a6d985764d81 (diff) | |
download | gitblit-e1b00bd19810736ea5244e3dbb8cf09525127315.tar.gz gitblit-e1b00bd19810736ea5244e3dbb8cf09525127315.zip |
Merge pull request #122 from fzs/ldap-deref-alias
Currently the LDAP user service will not dereference aliases when
searching for groups. This patch enables dereferencing aliases for the
group search. This is benefitial if groups are defined in the DIT in a
common place but only certain ones shall play a role in Gitblit. These
can now be linked under a group that can be provided as search base for
groups, without having to recreate the existing groups under the search
base.
In addition, the new doSearch() method implemented in this patch also
limits the attributes returned for the group search to the "cn"
attribute, which is the only one used. That prevents returning all the
members of the result groups, which can be a lot.
Change-Id: I29e1560390810304386dcea5ca40aaf78601b3a9
Diffstat (limited to 'releases.moxie')
-rw-r--r-- | releases.moxie | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/releases.moxie b/releases.moxie index 551771e2..5433a9da 100644 --- a/releases.moxie +++ b/releases.moxie @@ -32,6 +32,7 @@ r20: { - By default GO will now bind to all interfaces for both http and https connectors. This simplifies setup for first-time users. - Removed docs indicator on the repositories page - Removed the repository setting to enable Markdown document enumeration, this is now automatic and expanded + - Retrieve LDAP groups with dereferencing aliases (pr-122) additions: - Added an optional MirrorExecutor which will periodically fetch ref updates from source repositories for mirrors (issue-5). Repositories must be manually cloned using native git and "--mirror". - Added branch graph image servlet based on EGit's branch graph renderer (issue-194) |