indico/newdle

Integration with LDAP for user directory

pferreir opened this issue · 0 comments

Right now only CERN's own user search API is supported. While it's quite simple to adapt the tool to use any other API, it would be nice to have a module which speaks some common language.

We will probably want to replace the current authentication mechanism with flask-multipass, which is what we use in Indico. The current CERN search API code should then be moved to a separate multipass module.

indico/flask-multipass#6 will probably be a blocker in this regard.