PreviousNext
Help > Using LAUNCHER Office > Use the webservices > Configuration > Put in place the LDAP authentication for the Launcher Server:
Put in place the LDAP authentication for the Launcher Server:

If the Launcher Server is not on the same Windows machine and eventually not on the same network, there is the possibility to put in place a LDAP authentication between the Webservices server and the Launcher server.

Into the launcher.ini file(C:\Program Files (x86)\LAUNCHER XPRESS\launcher.ini), it is necessary to put « UseLdap=Yes » and to specify the domain name:

[LDAP]
UseLdap=Yes
Hostname=auraeq.local

The LDAP authentification be used:

o    to establish communication between the webservices server and the Launcher.server. This authentication is established with the LDAPAUTH command and must always follow the LNCOPEN command. It shall not be taken into account at the end of the communication caused by the LNCCLOSE command.

Use a Windows terminal "cmd" as administrator and run the following commands:

cd C:\Program Files (x86)\LAUNCHER XPRESS
notepad launcher.ini

After restart the Launcher server.

To disable LDAP authentication, it is necessary to put « UseLdap=No » :

[LDAP]
UseLdap=No