Malfist
Malfist

Reputation: 31805

Making subversion use system accounts

I'm setting up a subversion server for hold my code for a website I've been working on, and I'm trying to do it all though svnserve, however I need to be able to access it using the system accounts, and I'd prefer not to have to copy/paste usernames and passwords into a plaintext file.

It's a debian server, and PAM is enabled. How can I get svn to authenticate off system user accounts?

Upvotes: 2

Views: 233

Answers (1)

Jubal
Jubal

Reputation: 8717

How about using svn over ssh? This is a good blog entry: http://www.petefreitag.com/item/531.cfm

Upvotes: 1

Related Questions