Our current SVN repo is on an Ubuntu 14.04.3 that authenticates through an Active Directory domain. The server uses CentrifyDC (express) for AD integration.
SVN is through Apache 2.4.7, WebDAV/SVN. Authenticated with ldap from the AD.
The issue is that while login works great, with (example) 'fredj' and a password, when SVN issues locks and marks logs it uses 'fredj@school.edu'.
Not a huge issue, until we started using software (Unreal Engine 4) that verifies locks with the login name, not the domain appended name. The mismatch is causing complete failure of the vendor package.
I have been searching a solution; on the vendor site, documentation for Apache, SVN, the WebDAV module, the SVN module, no joy.
I'm looking for any configuration option (SVN, Apache, Centrify?) to match the name the SVN server marks the lock, with what the user login name is.
TIA!