When performing a removeAttr from AD, the values are are case sensitive. For example:
When I try to remove the following value: cn=Test User7,OU=Employees,DC=phclab,DC=company,DC=com
I receive the following message and the attribute is not removed: WARNING: specified value doesn't exist, continuing
When I try to remove the following value: CN=Test User7,OU=Employees,DC=phclab,DC=company,DC=com
The value is removed just by changing the case of CN in this case. It is also an issue if the case is different for any other letters in the string.
I ran a wireshark trace and saw that CN=Test User7,OU=Employees,DC=phclab,DC=company,DC=com was returned when quering the object.
I'm running IdMUnit 2.0 beta via the SVN repository and have the latest
updates as of 12/31/2008.
Also, the operation was a modify of the member attribute of an AD group