stiaan Posted September 12, 2013 Posted September 12, 2013 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 1 2 Quote
DoiSuthep Posted September 13, 2013 Posted September 13, 2013 Very nice! Just extract to my server and it's working. Are you able to share the code also? Quote
stiaan Posted September 16, 2013 Author Posted September 16, 2013 Let me do some cleanup, and I will share. Quote
stiaan Posted September 30, 2013 Author Posted September 30, 2013 Source as promised...kbmMemTable needed... ADControl.zip 3 Quote
DoiSuthep Posted October 2, 2013 Posted October 2, 2013 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! Quote
stiaan Posted October 3, 2013 Author Posted October 3, 2013 No problem. Glad to be able to share! Quote
zilav Posted October 3, 2013 Posted October 3, 2013 Nice demo 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 ... 1 Quote
rencarnacion Posted February 19, 2014 Posted February 19, 2014 The application does not work, I can't access the active directory of my domain Quote
stiaan Posted February 20, 2014 Author Posted February 20, 2014 Hi Ronny Are you running Apache using a AD user account? Stiaan Quote
rencarnacion Posted February 20, 2014 Posted February 20, 2014 Not, I'm using IIS, I don't use Apache because is too difficult to configure. I need to install Apache in order to use your application ? Quote
stiaan Posted February 24, 2014 Author Posted February 24, 2014 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? Quote
rencarnacion Posted February 24, 2014 Posted February 24, 2014 Yes, I'm running the application in web server under de domain ! try StandAlone but It doesn't work Quote
Administrators Farshad Mohajeri Posted February 24, 2014 Administrators Posted February 24, 2014 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. Quote
rencarnacion Posted March 10, 2014 Posted March 10, 2014 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 Quote
mausan Posted June 29, 2020 Posted June 29, 2020 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.