CCTray Authorization Issues

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?

+3
source share
1 answer

To do this, you need to create a service account in Active Directory. In the windows service (services.msc), find the CruiseControl.net service and configure it to log in. This will prevent the transmission of transparent text information.

+1
source

All Articles