Project

General

Profile

Feature #1814

Updated by Roman Kučera over 4 years ago

This connector should be used in connector server and now it's logging to file but rotating of this file is not solved. 
 Prepare script for log rotating on Linux environment 

 You can follow steps in https://wiki.czechidm.com/devel/documentation/adm/systems/winrm_ad_connector?s[]=connector&s[]=server#installation how to download and use connector server. 

 Typical usage is that we have connector server in /opt/connid-connector-server 
 Connector logs are now in /opt/connid-connector-server/logs/connectorserver0.log 
 Config for connector and logging are in /opt/connid-connector-server/conf 

 The result should be that log will be rotated every day. 
 Connector server can be run on Linux or Windows

Back