Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AD Authentication?
Message
From
23/02/2023 15:30:03
 
 
To
23/02/2023 14:08:23
John Ryan
Captain-Cooker Appreciation Society
Taumata Whakatangi ..., New Zealand
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01686248
Message ID:
01686261
Views:
126
This message has been marked as the solution to the initial question of the thread.
Likes (1)
>Status update: looks as if the LDAP API is not available since it uses structures. E.g. LDAP_INIT should return a pointer to a structure, but in VFP it returns .T.
>
>
DECLARE ldap_init IN wldap32.dll string cAD,integer iPort
>? ldap_init("MyActiveDomain",389)
John, shouldn't it be
DECLARE LONG ldap_init IN wldap32.dll string cAD,integer iPort
? ldap_init("MyActiveDomain",389)
then?
----------------------------------
António Tavares Lopes
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform