I have some authentication problems with CCTray (version 1.6.7981). If I specify the authorization mode "WinLogin Authentication", the projects will not be listed, and soon my AD account will be blocked.
If I specify "Username / Password Identification", the "Available Projects" list will be filled as expected, and then I can select from this list and control the assemblies.
However, there are several issues with the latest resolution. Firstly, if my computer restarts, the following message is displayed for each project:
Error: Project '{project}' was not found on the server
Secondly (and more importantly), the specified password (which is my AD password) is displayed in clear text in cctray-settings.xml (the default is C: \ Documents and Settings {username} \ Application Data.
Ideally, I would like to get "WinLogin authentication". Did I miss something?
source
share