This is not a problem for me (original poster) any more. With some
changes to the config files I could get it running.

If I were the only one to have this problem, I would have tried to close
this bug. But since at least one other user seems to have this problem,
I reset the bug status to "new", I hope this fits the workflow here. If
not: Sorry, I improvised :-)

Thanks for posting the helpful, working config files goes to
http://serverfault.com/users/181004/kaeptn

Finally, in hope to help others who are searching for a solution, the
working config files:

/etc/sasl2/svn.conf (I guess this was the most relevant for my setup):

pwcheck_method: saslauthd
mech_list: plain

/etc/saslauthd.conf (only minor changes to what I had anyway):

ldap_servers: ldap://xxx.xxx.xxx.xxx
ldap_use_sasl:no
ldap_search_base: DC=domain,DC=tdl
ldap_bind_dn: [email protected]
ldap_bind_pw: magic_word:)
ldap_mech: PLAIN
ldap_auth_method: bind
ldap_filter: (sAMAccountName=%U)
log_level: 7

/etc/default/saslauthd (only minor changes to what I had anyway):

START=yes
DESC="SASL Authentication Daemon"
NAME="saslauthd"
MECHANISMS="ldap"
MECH_OPTIONS=""
THREADS=5

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1160896

Title:
  svnserve in 1.6.17dfsg-3ubuntu3 not linked against libldap-2.4-2 any
  more

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/1160896/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to