svnserve, Mac OS X Lion Server and user accounts
- by Casper
I am trying to use the "built-in" user accounts of my Mac OS X Lion server to grant access to repositories.
Currently I am using the conf/passwd file (which works), but I don't like the fact that the passwords are visible as plain text. Is there a way to "connect" the svnserve access restriction to the normal user accounts that are already on the system?
Thanks
PS: I am not wanting to connect via Apache/WebDav - there I know it works. I want to connect via svn:// using the existing user accounts.