this question explains how to setup LDAP authentication for git.
Now, is it possible for git-svn script to somehow pass the LDAP authentication token to SVN, which is also using LDAP-backed authentication?
What I would like to achieve is when a git user pushes to git-svn repository (authenticating via LDAP), it automatically commits the change to SVN using the same authentication data.
I don't have access to SVN server-side configuration (would be possible, but it is not trivial).
Our current setup uses git user.name and git-svn server stored passwords to authenticate to SVN, but that is troublesome due to the corporate password change policy (users need to update passwords manually, which they keep forgetting about).