MiscUtil: Add CERN LDAP plugin#140
Open
jochenklein wants to merge 1 commit intoCERNDocumentServer:prodfrom
Open
MiscUtil: Add CERN LDAP plugin#140jochenklein wants to merge 1 commit intoCERNDocumentServer:prodfrom
jochenklein wants to merge 1 commit intoCERNDocumentServer:prodfrom
Conversation
3bb30ac to
d254ebe
Compare
f8d9c3e to
bc8da52
Compare
bc8da52 to
095ef2b
Compare
a88e1f7 to
21c7e46
Compare
* 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>
21c7e46 to
ed5b9cb
Compare
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 free
to 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.