Project

General

Profile

Actions

Defect #1558

closed

Commits to SVN show null author

Added by Abdullah Jibaly almost 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2008-07-01
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

Hi,

I setup SVN to handle authentication to subversion as shown below. Everything works great and it authenticates users based on their membership in a project or not. However, when I commit files to the repository it is showing a null author, not the same user name that was used to check out. What is going on?

Here's my /etc/httpd/conf.d/subversion.conf:

LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
PerlLoadModule Apache::Authn::Redmine
<Location /repos>
DAV svn
SVNParentPath /var/svn

AuthType Basic
Authname "Redmine Project Tracking"
Require valid-user
PerlAccessHandler Apache::Authn::Redmine::access_handler
PerlAuthenHandler Apache::Authn::Redmine::authen_handler
RedmineDSN "DBI:mysql:database=redmine;host=localhost" 
RedmineDbUser "redmine"
RedmineDbPass "Ayoka.Com"
&lt;/Location&gt;

I put Redmine.pm in /usr/lib/perl5/site_perl/Apache/Authn/Redmine.pm

Actions

Also available in: Atom PDF