Jump to content

Recommended Posts

Posted

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
  • 2 weeks later...
Posted

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!

Posted

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
  • 4 months later...
Posted

No, you can run as a standalone EXE. Just make sure that when you run the EXE is runs under the context of a domain account. Can I assume that is the case?

  • Administrators
Posted

Yes, I'm running the application in web server under de domain ! try StandAlone but It doesn't work 

 

Please always try to give more information rather than simply saying "it doesn't work".

For example try to explain what happens step by step in detail when you run the app.

  • 2 weeks later...
Posted

Hello, now I can Run the Application but Only in desktop mode, when I try to Run Standalone the WebPage only Show Loading, but never come up 

May I have to make some Change ir order to run Standalone thanks 

  • 6 years later...
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...