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?