authentication - Accessing SVN repository from CCNet (CruiseControl.net) using an Active Directory user -


I have CCNet setup to talk to our SVN repository, which is ACL setup using the Active Directory group. This is working fine, except that I am not happy with the AD user's username and password in plain text on the CNNET example.

Is there a way to encrypt your username / password, or to use a domain account outside the standard config, the cecet service (I tried to run the service as a user and ccenet / svn Tried to remove config username / password section)?

Use the SVN from the command line so that the ccnet will run on the server so that authentication is required. It will cache your credentials using Windows

Then run the user as a service and go to the config file & lt; AuthCaching> Always & lt; / AuthCaching> Use

  & lt; Sourcecontrol type = "svn" & gt; & Lt; AuthCaching & gt; Always & lt; / AuthCaching & gt; & Lt; / Sourcecontrol & gt;  

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -