views:

157

answers:

1

how to get user's ou programmatically with ldap C++

A: 

Well if you can get the users full DN, which is usually needed for the bind, then chop off the first something=something, and you have the OU.

geoffc