Logging File
A logging file can be specified in the system configuration file.
DebugFile = YourFileName
The system uses Xmmddyy.log as the file name if the file name is not specified in the configuration file.
Message Handlers
The system caches the message handlers if MaxHandler is specified in the system configuration file.
The handlers are destroyed otherwise.
Security:
When the authentication is turned on in the configuration file.
The Server requests user name and password for services.
The server uses two different kinds of authentication scheme:
1. Basic user login. This is the UNIX style password
validation. The Server maintain a user file which contains
user profile and groups. It uses the group rights to match
agains privilage required for an action.
2. When the basic loggin failed. The server tries to
loggin the user as the domain user in the Windows NT environment.
It then impersonate the user inside the thread that is started
to serve the request. The user must have the following rights:
Log on as a batch job
in order to logon to the server. The rights can be granted
using User Manager in Windows NT (Advanced User Rights).
If both authentications fails. The request is rejected.
|