Bug 34132 - uldap.access ldaps parameter broken (no ldaps possible)
Summary: uldap.access ldaps parameter broken (no ldaps possible)
Status: RESOLVED DUPLICATE of bug 32317
Alias: None
Product: UCS
Classification: Unclassified
Component: LDAP
Version: UCS 3.2
Hardware: Other All
: P5 normal
Target Milestone: ---
Assignee: UCS maintainers
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-16 18:02 CET by Florian Best
Modified: 2018-04-14 13:44 CEST (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Cleanup
Customer ID:
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2014-02-16 18:02:50 CET
/usr/share/pyshared/univention/uldap.py
150 »   »   »   self.uri = 'ldaps://%s:%s" % (self.host, self.port)'
→ note the quotation

>>> univention.uldap.access(binddn='uid=Administrator,cn=users,dc=ucs,dc=school',
base='dc=ucs,dc=school', bindpw='univention', use_ldaps=True)
ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (352, 0))
Comment 1 Florian Best univentionstaff 2014-03-04 08:37:55 CET

*** This bug has been marked as a duplicate of bug 32317 ***