Jump to content

Sample Active Directory Browser


stiaan

Recommended Posts

I have recently developed a Active Directory browser using UniGui 0.93.1.999 and Delphi XE. I have tested it with large environments...20000+ objects. You will notice that the AD Treeview is dynamically loaded, which makes the experience very near to "Active Directory Users and Computers".

 

NOTE: it still has very basic functionality

 

Just extract the files from the ZIP into a folder and run the ADCONTROL.EXE. It's listening on port 8077. Make sure that the account running the ADCONTROL.EXE is logged onto the domain, as the logged in account will be used to read from AD.

 

Use any domain account to log in to the login page.

 

 

 

 

ADControl.ZIP

post-660-0-99372200-1379313303_thumb.png

  • Like 1
  • Upvote 2
Link to comment
Share on other sites

  • 2 weeks later...

Thank you for sharing. 

 

I have been preparing for one communication solution intending to use uniGUI in it. There will be AD-integration needs also. This is very useful to study these. 

I was able to compile it also... no problems. Thanks again!

Link to comment
Share on other sites

Nice demo B)

 

Tip for those who just want check login/password of domain users in uni applications (don't forget to close handle)

 

var
    phToken: THandle;
 
if LogonUser(
    PChar(User),
    PChar(Domain),
    PChar(Password),
    LOGON32_LOGON_NETWORK,
    LOGON32_PROVIDER_DEFAULT,
    phToken
) then ...
  • Upvote 1
Link to comment
Share on other sites

  • 4 months later...
  • 2 weeks later...
  • 6 years later...

Hi, I just found this post and download the zip that reads source code, but it has no source files at all.

Stiaan, thanks for sharing, do you still have the source ?

Or Any one has the source code for this ?

Thanks in advance.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...