Baan login protocol
The baan login protocol (Blogin) is a secure alternative for the rexec protocol. It requires starting as a separate daemon for UNIX (blogin6.2), or a service (rexecd.exe) on Windows (ES Logic Service).
blogin6.2 –p 7150 –ssl security/ssl.properties
The option –p <port number>
specifies the port number that is used by the Blogin daemon. When this option is omitted, the default port number is 7150.
The option –ssl <ssl properties file>
specifies the ssl properties file to be used, relative to the BSE directory of the Baan Login daemon. When this option is omitted, the default ssl properties file is:
security/ssl.properties
Prefix the file name with a @-sign
so it is not interpreted relative to the BSE directory of the Baan Login daemon. For example use –ssl @local_file
or –ssl @/etc/absolute_path.
To start this daemon for problem tracing use:
>blogin6.2 –p 7150 –ssl security/ssl.properties –d > ${BSE}/log/blogin.log 2>&1
In this example, the trace output is sent to the ${BSE}/log/blogin.log file.
-d
) option.