ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / LDAP functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
LDAP constants
The following constants are used to manage 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
ldapDefaultOptionSSL management mode: classic 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: 09/21/2024

Send a report | Local help