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

Ticket #1038: Configuration.py.patch

File Configuration.py.patch, 673 bytes (added by makub, 3 years ago)

removed membershipQuery and added groupStyle setting

  • MaKaC/common/

    old new  
    487487                       'peopleDNQuery': ('uid={0}', 'DC=example,DC=com'), 
    488488                       'groupDNQuery': ('cn={0}', 
    489489                                        'OU=Groups,DC=example,DC=com'), 
    490                        'membershipQuery': 'memberof={0}', 
     490                       'groupStyle': 'SLAPD', 
    491491                       'accessCredentials': ('CN=user,OU=Users,' 
    492492                                             'DC=example,DC=com', 
    493493                                             'secret_password')}