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

Changes between Initial Version and Version 1 of Ticket #1463, comment 8


Ignore:
Timestamp:
02/25/14 14:02:02 (20 months ago)
Author:
jbenito
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1463, comment 8

    initial v1  
    99Just in case it helps, here below you can see our current LDAP config, but beware! the config structure is from v1.2 and hence it is different from that one in v1.1.2: 
    1010 
     11{{{ 
    1112AuthenticatorList = [('LDAP', {'peopleDNQuery': ('cn={0}', 'DC=cern, DC=ch'), 
    1213                               'groupDNQuery': ('cn={0}', 'OU=Workgroups,DC=cern,DC=ch'), 
     
    2930                     )] 
    3031 
     32}}}