Opened 23 months ago
Closed 23 months ago
#1441 closed defect (fixed)
Is ldaps supported?
Reported by: | bartelt | Owned by: | arescope |
---|---|---|---|
Priority: | normal | Milestone: | v1.1 |
Component: | General | Version: | 1.1 |
Keywords: | Cc: |
Description
I am setting up a brand new installation of indico 1.1.2. I would like to use LDAP authentication. Our LDAP servers only use LDAPS. The default LDAP configuration in indico.conf does not give any option for this. NOTE: As far as I understand it, this is separate from 'useTLS' since LDAPS uses a different port (636 instead of 389). So far my attempts to use ldaps have failed; the slapd log does not even show a connection attempt from my indico server.
I looked at LDAPAuthentication.py in the indico package, and I don't see any reference to or option for LDAPS. So how can I use LDAPS?
Thanks for your help.
Change History (6)
comment:1 Changed 23 months ago by jbenito
- Milestone set to v1.1
comment:2 Changed 23 months ago by arescope
- Owner set to arescope
- Status changed from new to assigned
comment:3 Changed 23 months ago by arescope
- Status changed from assigned to awaiting_merge
comment:4 Changed 23 months ago by arescope
comment:5 Changed 23 months ago by jbenito
- Status changed from awaiting_merge to merging
comment:6 Changed 23 months ago by jbenito
- Resolution set to fixed
- Status changed from merging to closed
Note: See
TracTickets for help on using
tickets.
Hello,
you can apply this patch to make it works
https://gist.github.com/arescope/7579678