Ubuntu20.04搭建SVN(Subversion)+LDAP认证
1.首先完成LDAP服务器搭建,安装subversion,sasl
sudo apt-get subversion libsasl2-modules-ldap sasl2-bin
2.安装完成之后使用svnserve --version,saslauthd -v命令查看是否安装成功,
svn@svn-HP-EliteDesk-880-G6-Tower-PC:~$ svnserve --version
svnserve,版本 1.13.0 (r1867053)
编译于 May 12 2022,20:47:08 在 x86_64-pc-linux-gnu
Copyright (C) 2019 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/
svn@svn-HP-EliteDesk-880-G6-Tower-PC:/$ saslauthd -v
saslauthd 2.1.27
authentication mechanisms: sasldb getpwent kerberos5 pam rimap shadow ldap
3.创建SVN仓库
cd /