Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The script will be executed after a successful login of a user. These parameters are passed to the script in the following order: action, Username, OID and firstLogin

Info

Since Version 9.3 SP 3 the following parameters are also sent, if the authentication via LDAP/AD was successfull.

ParameterDescriptionExample
LDAPDNThe distinguished name of the LDAP useruser
passwordThe LDAP password of that userabc123

 


Example

C:\scripts\process_login.bat login user@example.com 1CEC6CABA78049428FAD278FED1FCEED false user abc123

...