Michael Osipov created SVN-4603:
-----------------------------------
Summary: Add ability to map server variables to Subversion
properties
Key: SVN-4603
URL: https://issues.apache.org/jira/browse/SVN-4603
Project: Subversion
Issue Type: Improvement
Components: mod_authz_svn, mod_dav_svn
Affects Versions: 1.9.2
Reporter: Michael Osipov
Priority: Minor
I'd like to set Subversion properties based on variables calculated by Apache
Web Server. Some might set {{REMOTE_IP}} to {{client:ip}} or {{REMOTE_DN}} to
{{client:dn}}.
In my usecase, I'd like to set along with {{svn:author}}
{{svn:author-display-name}} (or similar). This can be set by our authentication
module as {{REMOTE_DISPLAY_NAME}} along with {{REMOTE_USER}}. In turn, WebSVN
should display that value instead of the author which might be a cryptic
username.
The current workaround I see for my usecase only is to create a post commit
hook, do another roundtrip to Active Directory and read out {{displayName}}. A
performance degragation I'd like to avoid.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)