Ticket #125 (closed Bug report: fixed)
LDAP Autentication
| Reported by: | jguevara@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Auth server, Authentication, permissions and access control | Version: | Auth Server SVN |
| Keywords: | Cc: |
Description
Hi,
I found 2 bugs in the LDAP Authenticator, using line numbers given in the the browse source code:
1. In line 172, if (strlen(trim($mldap_rdn)) == 0) {, i got an error that $mldap_rdn is undefined, I changed it to $this->mldap_rdn and it worked. 2. In line 186, the message the word obtaining is misspelled (obtaingin)
Ricardo Jose Guevara Ochoa
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

