Returns the runtime mode of the user groupware.
// If the authentication is entirely made by the User Groupware
IF gpwMode() = gpwModeWindows THEN
// Check the login by reading in the file
CheckLogin()
END
Syntax
<Result>: Integer constant
Runtime mode of user groupware: | |
gpwModeGroupware | The authentication is entirely performed by the user groupware. |
gpwModeLDAP | The authentication is performed by a LDAP directory. |
gpwModeWindows | The authentication is performed by Windows. |
Business / UI classification: Neutral code