#600 closed enhancement (fixed)
LDAP authentication patch
Reported by: | makub | Owned by: | Pedro Ferreira <jose.pedro.ferreira@…> |
---|---|---|---|
Priority: | normal | Milestone: | v0.98.1 |
Component: | Security | Version: | 0.97.0 |
Keywords: | Cc: |
Description
Here is my implementation of LDAP based authentication for Indico.
It supports authentication and reading users and groups data from a LDAP server.
It assumes that the LDAP layout is the standard, i.e. users and groups located in
ou=people,dc=example,dc=com
ou=groups,dc=example,dc=com
branches. It can be customized by setting parameters in the indico.conf file.
The patch is against the 0.97RC2 release. It was developed originally for the 0.96.2 release, and works for 0.97 as well.
However in 0.97, there is one new problem - there is no checkbox on the groups management page for searching external groups anymore. It was present in Indico 0.96.2. So my code for loading groups from LDAP is never called in 0.97.
Attachments (1)
Change History (5)
Changed 5 years ago by makub
comment:1 Changed 5 years ago by pferreir
- Version set to 0.97.0
comment:2 Changed 5 years ago by jbenito
- Status changed from new to in_merge
comment:3 Changed 5 years ago by Pedro Ferreira <jose.pedro.ferreira@…>
- Owner set to Pedro Ferreira <jose.pedro.ferreira@…>
- Resolution set to fixed
- Status changed from awaiting_merge to closed
comment:4 Changed 5 years ago by pferreir
Concerning the checkbox problem, this has already been fixed in 0.98.xx.
A patch made by diff against the 0.97_rc2 release of Indico