> Yes, I had tested as you have typed. I think, syntax is (&) not > accepted. Is there other syntax method?
Oops. We're in XML and the & character is not allowed in strictly-formed XML as ampersand identifies an entity reference. (See http://www.xml.com/pub/a/2001/01/31/qanda.html). Please try the following: <property name="filter" value="(&(uid=%u)(objectClass=user))" /> Hope that helps, Marvin _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
