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
The LDAP functions are as follows:
LDAPAddAttributeAdds an attribute or adds a new value to an existing attribute.
LDAPConnectUsed to connect to an LDAP server via the characteristics defined in the LDAPSession structure.
LDAPDeleteDeletes an object from the LDAP server.
LDAPDeleteAttributeDeletes an attribute as well as its values.
LDAPDeleteAttributeValueDeletes a value of a specified attribute.
LDAPDisconnectUsed to disconnect from a specific LDAP server.
LDAPFindPerforms a search in an LDAP server.
LDAPListAttributeLists the object attributes in an LDAP server.
LDAPListChildrenLists the children of an object in an LDAP server.
LDAPModeModifies the operating mode of an LDAP session.
LDAPNbValueReturns the number of values for an attribute.
LDAPRenameAttributeRenames an attribute.
LDAPReplaceAttributeReplaces all the values of an attribute by a specific value.
LDAPReplaceAttributeValueReplaces a specific value of an attribute by a new value.
LDAPResetReinitializes the LDAPSession structure with the default values.
LDAPStartAddInitializes the addition of a new object into an LDAP server.
LDAPStartModifyInitializes the modification of an existing object in an LDAP server.
LDAPValidateAddValidates the addition of a new object into an LDAP server.
LDAPValidateModifyValidates the modification of an existing object in an LDAP server.
LDAPValueReturns the value corresponding to the subscript passed as parameter for the specified attribute.
Other functions linked to LDAP management:
gpwGetLDAPInfoRetrieves the configuration of the LDAP server used for the User Groupware.
gpwImportLDAPUsersImports the users stored in a LDAP directory into the user file of user groupware.
gpwInLDAPModeAllows you to find out whether identification of users in the user groupware will be done via a LDAP directory.
gpwOpenLDAPSessionInforms the User Groupware that the authentication of users will be done via an LDAP directory.
Related Examples:
The LDAP functions Unit examples (WINDEV): The LDAP functions
[ + ] Using the WLanguage LDAP functions.
These functions are used to interact with the LDAP data, to view the content of any LDAP directory and to modify the LDAP data: LDAPConnect, LDAPListChildren, LDAPAdAttribute, LDAPDeleteAttributeValue, ...
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help