summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiwiusz Ociepa <liwiusz.ociepa@softwarelab.eu>2008-05-06 19:51:34 +0000
committerLiwiusz Ociepa <liwiusz.ociepa@softwarelab.eu>2008-05-06 19:51:34 +0000
commit2d2afab5491bbcf3e021d9307529c845cf702323 (patch)
tree3724729d6e52d40384b9288a2c17b201710e13c0
parent35f601e7698cdbec2c4744addbe496865bf7e37c (diff)
downloadredmine-2d2afab5491bbcf3e021d9307529c845cf702323.tar.gz
redmine-2d2afab5491bbcf3e021d9307529c845cf702323.zip
Fix comment about configuration.
git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1420 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--extra/svn/Redmine.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/svn/Redmine.pm b/extra/svn/Redmine.pm
index 4ae20df51..7c02f7e77 100644
--- a/extra/svn/Redmine.pm
+++ b/extra/svn/Redmine.pm
@@ -36,10 +36,9 @@ Authen::Simple::LDAP (and IO::Socket::SSL if LDAPS is used):
=head1 CONFIGURATION
- ## if the module isn't in your perl path
- PerlRequire /usr/local/apache/Redmine.pm
- ## else
- # PerlModule Apache::Authn::Redmine
+ ## This module has to be in your perl path
+ ## eg: /usr/lib/perl5/Apache/Authn/Redmine.pm
+ PerlLoadModule Apache::Authn::Redmine
<Location /svn>
DAV svn
SVNParentPath "/var/svn"