Problem using AD interfaces when distinguished name contains non-English characters.

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,
I am trying to check group membership of given user. I have pointer to group interface (i.e. IID_IADsGroup) of given group and distinguished name of the user. I am calling IsMember() on that group interface. But that function is failing if User DN
contains any non-English character. Also ADsOpenObject() is failing for IID_IADs when that users LDAP path is provided (which contains non-English characters).
My application is using Multi-byte character set.
Thanking you in advance,
Rohit


View the full article
 
Back
Top