This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

#1593 closed defect (fixed)

LDAP UID field should be configurable

Reported by: pferreir Owned by: jdafflon
Priority: normal Milestone: v1.9
Component: General Version: 1.2
Keywords: Cc:

Description

In indico 1.2, LDAP code, there is the following (hard-code) line:

UID_FIELD = "cn" # or uid

This is non-standard. In standard LDAP configs that would be:

UID_FIELD = "uid" # or uid

This should thus be configurable.

Change History (5)

comment:1 Changed 13 months ago by jdafflon

  • Owner set to jdafflon
  • Status changed from new to assigned

comment:3 Changed 13 months ago by jdafflon

  • Status changed from assigned to awaiting_merge

comment:4 Changed 13 months ago by jmonnich

  • Status changed from awaiting_merge to merging

comment:5 Changed 13 months ago by jmonnich

  • Resolution set to fixed
  • Status changed from merging to closed
Note: See TracTickets for help on using tickets.