Modify ↓
Opened 12 years ago
#10232 new defect
Expose the LDAP bind functionality
Reported by: | anonymous | Owned by: | Emmanuel Blot |
---|---|---|---|
Priority: | normal | Component: | LdapPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Here's a patch that adds a new method, bind()
, that performs a bind as per the configuration of the LDAP plugin. It also, internally, switched _open()
to use the new bind()
, raising TracError
s on failure, as it did previously.
Attachments (1)
Note: See
TracTickets for help on using
tickets.