Filtering Ldap Authentication Handler
Marvin S. Addison
serac at exchange.vt.edu
Thu Jun 28 09:12:00 EDT 2007
> 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
More information about the cas
mailing list