Uh oh!
There was an error while loading. Please reload this page.
MiscUtil: Add CERN LDAP plugin - #140
Open
jochenklein wants to merge 1 commit into
Open
Conversation
jochenkleinforce-pushed
the
ldap-cern
branch
2 times, most recently
from
November 26, 2015 09:54
f8d9c3e to
bc8da52Comparejochenkleinforce-pushed
the
ldap-cern
branch
2 times, most recently
from
February 18, 2016 14:09
a88e1f7 to
21c7e46Compare* Creates ldap_cern plugin that can be used to retrieve information from LDAP at CERN (it's faster than the LDAP module in bibcirculation due to the modified queries and more generic - it returns a list with all users that match the query). The search function uses pagination to avoid exceeding the size limit of the CERN LDAP server. (supersedes inveniosoftware/pull/2588) Signed-off-by: Jochen Klein <j.klein@cern.ch> Reviewed-by: Sebastian Witowski <sebastian.witowski@cern.ch>
egabancho
commented
Mar 8, 2016
Member
Do diff with production code before merging |
is this good for integration, or waiting on something? @egabancho@switowski based on the previous comment it looks like something has been deployed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Creates ldap_cern plugin that can be used to retrieve user account information from CERN LDAP.