Details
Description
I get javax.naming.NamingException when filter contains negation operation and value of attribute is specified. Below are filters for which everything works fine and for which it is not.
(!(ou=Marek)) OK
(!(cn=*)) OK
(!(cn=Marek)) FAILS
(!(description=*)) OK
(!(description=Marek)) FAILS
Attachments
Attachments
Issue Links
- duplicates
-
DIRSERVER-859 Schema name resolution bug blocks the use of NOT operator in search expressions like (!(cn=Marek))
- Closed