How to make Subversion use Linux system accounts for authentication?

后端 未结 3 737
慢半拍i
慢半拍i 2021-02-04 12:31

I\'ve set up a Ubuntu Server for Subversion with Apache/WebDAV interface to share repositories with other developers. My question is, how can I make Subversion use the linux sys

3条回答
  •  离开以前
    2021-02-04 12:57

    I can't comment yet, but wanted to add that in Ubuntu 12.04 the path of pwauth has changed so now this should be

    AddExternalAuth pwauth /usr/sbin/pwauth
    SetExternalAuthMethod pwauth pipe
    

    and this can be conveniently placed in a separate file inside etc/apache2/conf.d

提交回复
热议问题