Actions
Defect #1890
closedLDAP Filter can't have spaces
Start date:
2008-09-11
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
ruby-net-ldap doesn't like the ldap filter to contain spaces. The input for LDAP attributes should be check for this and other requirements if necessary. The ldap search function fails silently if there is a space.
Ex. (which happened to me)
I copied and pasted the sAMAccountName attribute into the login field, I didn't notice but I grabbed the space at the end also. I couldn't get LDAP auth to work b/c the filter was set to "sAMAccountName =ryan.gibbons" . Even a simple .trim() fucntion would fix this (not sure if ruby has that), but I think check the input for invalid LDAP filter characters wouldn't be a bad thing.
I am running r1784 from svn.
Actions