AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Groupware Usuario
  • 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
Versión mínima requerida
  • Versión 12
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local