EDN Admin
Well-known member
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
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