How to Enable AuthManager logging in Citrix Workspace App for Linux

How to Enable AuthManager logging in Citrix Workspace App for Linux

book

Article ID: CTX217630

calendar_today

Updated On:

Description

This article describes the procedure to enable AuthManager daemon logging which is responsible for Authentication of the client with the WebInterface/Storefront. This will be useful in troubleshooting Authentication Issues

 


Instructions

  1. Login into the terminal on the client where Linux Unix Receiver is installed
 
  1. Open the AuthManager daemon configuration file /opt/citrix/ICAClient/config/AuthManConfig.xml with the following parameters as a user with administrator privileges:
                #vi /opt/Citrix/ICAClient/config/AuthManConfig.xml
 
<!-- TracingEnabled - true, false -->

<key>TracingEnabled</key>
<value>true</value>


<!-- LoggingMode - none, normal, verbose -->
<key>LoggingMode</key>
<value>verbose</value>

3. Halt the following processes: AuthManagerDaemon, selfservice, ServiceRecord, storebrowse.

 

#killall AuthManagerDaemon 
 #killall selfservice
 #killall ServiceRecord
 #killall storebrowse

4.     Start Receiver and connect to the store.

 

5..     Check the logs under $HOME/.ICAClient/logs.

Where $Home is the users home directory from which receiver was launched eg /home/username/.ICAClient/logs