Simple code snippets to get AD user information
I wrote a small AD snippet just the other day, to check which AD groups a specific AD user was member of. I needed to check if a user was member of a specific AD group, to enable or disable some “super user” functions in the system management application.
Note that it uses web.wintypes.adstypes which may only be available in XE5 and upwards?
#ActiveDirectory #XE7 http://pastebin.com/EYwHUerR
You must be logged in to post a comment.