I've recently moved to 1.1.5, and went from a system that worked perfectly with MS LDAP to one that will no longer find the user groups, using the identical config.  Anyone have any ideas?  The obvious one is that 1.1.5
 throws in all kinds of escape characters, but i'm assuming that is output only.<br><br>Ryan Kramer<br><br><br><br><br>1.0.1 output<br>rlm_ldap: performing search in ou=DIVISION,dc=state,dc=company, with filter (&(cn=DIVISION-WIFI)(|(&(objectClass=group)(member=CN=Kramer\\, Ryan M.,OU=USERS,OU=DIVISION,DC=state,DC=company))(&(objectClass=GroupOfUniqueNames)(uniquemember=CN=Kramer\\, Ryan M.,OU=USERS,OU=DIVISION,DC=state,DC=company))))
<br>rlm_ldap::ldap_groupcmp: User found in group DIVISION-WIFI<br><br><br>1.1.5 output<br>rlm_ldap: performing search in ou=DIVISION,dc=state,dc=company, with filter (&(cn=DIVISION-WIFI)(|(&(objectClass=group)(member=CN\3dKramer\5c\5c\2c Ryan M.\2cOU\3dUSERS\2cOU\3dDIVISION\2cDC\3dstate\2cDC\3dcompany))(&(objectClass=GroupOfUniqueNames)(uniquemember=CN\3dKramer\5c\5c\2c Ryan M.\2cOU\3dUSERS\2cOU\3dDIVISION\2cDC\3dstate\2cDC\3dcompany))))
<br>rlm_ldap: object not found or got ambiguous search result<br>rlm_ldap::ldap_groupcmp: Group DIVISION-WIFI not found or user is not a member.<br><br>