Hi Ronie,
Ronie Gilberto Henrich wrote:
>
>>> -----Oorspronkelijk bericht-----
>>> Van: Senthil Kumaran S [mailto:senthil_at_collab.net]
>>> Ronie Gilberto Henrich wrote:
>>>
>>>> Do you see something wrong/missing in my configuration below?
>>>>
>>>> <IfModule dav_fs_module>
>>>> PerlLoadModule Redmine
>>>> <Location /svn>
>>>> DAV svn
>>>> SVNParentPath "/var/svn/"
>>>> AuthType Basic
>>>> AuthName redmine
>>>> Require valid-user
>>>> PerlAccessHandler
>>>>
>>> Apache::Authn::Redmine::access_handler
>>>
>>>> PerlAuthenHandler
>>>>
>>> Apache::Authn::Redmine::authen_handler
>>>
>>>> RedmineDSN
>>>>
>>> "DBI:Pg:dbname=redmine;host=redmine.example.com"
>>>
>>>> RedmineDbUser "redmine"
>>>> RedmineDbPass "redmine_passwd"
>>>> </Location>
>>>> </IfModule>
>>>>
>>> The above looks fine to me.
>>>
>>
>> I also don't see any obvious problems, but I really have no clue what "Redmine" is. I guess the problem must be with that authentication/authorization system, the Perl...Handlers or something like that.
>>
>> To be really sure, you could try to set up authentication with some other system, like the standard AuthUserFile stuff from Apache. That really should work, countless people have it set up that way. And then try to figure out why Redmine is causing trouble ...
>>
>> Johan
>>
> The problem was with Redmine.pm, we fixed it and now it is working if we
Can you tell me how you fixed Redmine.pm ? If possible can you share the patch?
Thank You.
--
Senthil Kumaran S
http://www.stylesen.org/
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2425410
Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-11-30 10:58:43 CET