Ticket #430 (closed Defect: Software changed)
run -s always installs it's own python-ldap
| Reported by: | roland@… | Owned by: | wsanchez@… |
|---|---|---|---|
| Priority: | 2: Expected | Milestone: | CalendarServer-3.x |
| Component: | Calendar Server | Severity: | Other |
| Keywords: | Cc: | ||
| Port: |
Description
There is a check for the existence of python-ldap, but it is just ldap.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


Extra information:
py_have_module() checks for python-ldap, but the import name is just ldap. Because of CalendarServer doesn't use the system python-ldap.
The attached patch fixes this.