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?
On the server that will run ccnet, use SVN from the command line to do something that requires authentication. That will cache your credentials using Windows.
Then run the service as the user and use <authCaching>Always</authCaching> in the config file.
<sourcecontrol type="svn">
<authCaching>Always</authCaching>
</sourcecontrol>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With