ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: LDAP functions
27 results
An LDAP directory is used to share information databases on a local or external network.
List of constants used by the LDAP functions.
List of LDAP functions
Adds an attribute or adds a new value to an existing attribute.
Used to connect to an LDAP server via the characteristics defined in the LDAPSession structure.
Deletes an object from the LDAP server.
Deletes an attribute as well as its values.
Deletes a value of a specified attribute.
Used to disconnect from a specific LDAP server.
Performs a search in an LDAP server.
Usage example of the LDAPListAttribute function
Lists the object attributes in an LDAP server.
Use example for the LDAPListChildren function
Lists the children of an object in an LDAP server.
Modifies the operating mode of an LDAP session.
Usage example of the LDAPNbValue function
Returns the number of values for an attribute.
Renames an attribute.
Replaces all the values of an attribute by a specific value.
Replaces a specific value of an attribute by a new value.
Reinitializes the LDAPSession structure with the default values.
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)...
Initializes the addition of a new object into an LDAP server.
Initializes the modification of an existing object in an LDAP server.
Validates the addition of a new object into an LDAP server.
Validates the modification of an existing object in an LDAP server.
Returns the value corresponding to the subscript passed as parameter for the specified attribute.