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

Posted by Tr1stan on Stack Overflow See other posts from Stack Overflow or by Tr1stan
Published on 2010-06-14T07:41:56Z Indexed on 2010/06/14 7:42 UTC
Read the original article Hit count: 201

I have CCNet setup to talk to our SVN repository, which has it's ACLs setup using Active Directory groups. This is working fine, except I'm not happy with having the user name and password of the AD user stored in plain text on the CCNet instance.

Is there a way to either encrypt the AD username/password, or get the CCNet service (I've tried running the service as the user and removing the the username/password section of the CCNet/SVN config) to use a domain account outside of the standard config?

© Stack Overflow or respective owner

Related posts about svn

Related posts about authentication