SVN LDAP auth with SASL
apt install sasl2-bin
sudo usermod -aG sasl svn
/etc/default/saslauthd
-START=no
+START=yes
-MECHANISMS="pam"
+MECHANISMS="ldap"
/etc/saslauthd.conf
ldap_servers: ldap://10.42.12.31
ldap_auth_method: fastbind
ldap_filter: uid=%U,ou=Users,dc=objective,dc=com,dc=br
/usr/lib/sasl2/svn.conf
pwcheck_method: saslauthd
mech_list: PLAIN LOGIN