ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / User Groupware functions
  • Caution
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
gpwImportLDAPUsers (Function)
In french: gpwImportUtilisateursLDAP
Imports the users stored in a LDAP directory into the user file of user groupware.
Remark: You must start a LDAP session for the User Groupware before using this feature (gpwOpenLDAPSession).
Example
// User Groupware used in automatic mode
// Project code
gpwOpenLDAPSession("gemini.myserver.com", 389, 3, True)
 
// Import the users
gpwImportLDAPUsers()
Syntax
<Result> = gpwImportLDAPUsers()
<Result>: Boolean
  • True if the import was performed,
  • False otherwise.
Linux <Result> is always set to False.
Remarks

Caution

Depending on the LDAP policies defined in Active Directory, the import can be limited to 1,000 users. In this case, to remove this limitation, it is necessary to modify the LDAP MaxPageSize parameter. For more details, see https://support.microsoft.com/kb/315071.
Component: wd290gpu.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help