ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / LDAP functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
LDAP constants
The following constants are used to manage the LDAP servers:
ConstantDescriptionUsed by the functions
auNegotiateManagement mode of LDAP with secure SSL connection.
If the auNegotiate constant is used:
  • If the login is not specified, the connection login of Windows is used.
  • If the login and the password are specified, the connection is established via "Generic Security Services" (GSS) (Snego). The authentication method used is the most appropriate method found in a list of possibles authentications.
LDAPSession structure,
gpwOpenLDAPSession
LDAP_CacheDisabledEach call to LDAPNbValue and LDAPValue requires a connection to the serverLDAPMode
LDAP_CacheEnabledThe calls to the LDAP functions use the internal cache to retrieve the values of the attributesLDAPMode
ldapDefaultOptionManagement mode of SSL: standard LDAP, without SSL management.LDAPSession structure,
gpwOpenLDAPSession
See also
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/02/2023

Send a report | Local help