Hi, I am a technical IT and I am trying to configure LDAP auth in RUCKUS Wireless, but without success.
I configure the ruckus wireless with this data:
I used this same data in other applications with success. But in ruckus wireless the test of authentication fail.
I noticed in the log of LDAP that the ruckus software do many requests. In the first it find:
id=daniel.tavares@ufca.edu.br,ou=people,dc=ufca,dc=edu,dc=br as a result using this filter:
(&(uid=daniel.tavares@ufca.edu.br)(objectClass=*))
But after, in a second request it find a error 32 that indicates the target object cannot be found. Using this big filter:
(|(memberUid=daniel.tavares@ufca.edu.br)(memberUid=uid=daniel.tavares@ufca.edu.br,ou=people,dc=ufca,dc=edu,dc=br)(uniqueMember=uid=daniel.tavares@ufca....,ou=people,dc=ufca,dc=edu,dc=br)(member=uid=daniel.tavares@ufca.edu.br,ou=people,dc=ufca,dc=edu,dc=br))These attributes memberUid, uniqueMember and member does not exist in base LDAP.
In short, because of that the login fail.
I am searching for a solution, who can help me?