Hello, I'm responsible for a Delphi XE application which handles users and user administration. It accesses the AD when users are added, modified or when new passwords are set etc.
All these methods are very slow! It takes minutes to perform them sometimes up to 10-15 minutes which is very frustrating for the users.
The AD methods we use from our Delphi application are:
- NetUserSetInfo (defined in netapi32.dll)
- SetInfo
There are also some other AD methods that we use.
I pass parameters to the methods accordingly and it works fine but it takes forever!
Does anyone of you have any advice and/or recommendations to us?
Thanks,
Kenbla
All these methods are very slow! It takes minutes to perform them sometimes up to 10-15 minutes which is very frustrating for the users.
The AD methods we use from our Delphi application are:
- NetUserSetInfo (defined in netapi32.dll)
- SetInfo
There are also some other AD methods that we use.
I pass parameters to the methods accordingly and it works fine but it takes forever!
Does anyone of you have any advice and/or recommendations to us?
Thanks,
Kenbla