LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 12-14-2015, 09:11 AM   #1
acer2!
LQ Newbie
 
Registered: Dec 2015
Posts: 14

Rep: Reputation: Disabled
Exclamation Subversion gives Error 500 until authenticating


Currently I have samba4, with which I make a login with LDAP in a lot og services of my intranet, such as media-wiki etc...

But when trying to enter the svn repository I get a 500 error.

Repositorys PATH: /svn/repos

Repository which I want to access: /svn/repos/test

File of /etc/apache2/sites-avaliable/test.conf:

Code:
<Location /svn>
        DAV svn
        SVNPath                 /svn/repos/test/
        AuthBasicProvider       ldap
        AuthType                Basic
        AuthName                "My repo test"
        AuthLDAPURL             "ldap://192.168.1.10:389/dc=intra,dc=local" NONE
        Require valid-user
</Location>

my other test.conf:

Code:
<Location /snv/repos/test>
    AuthType basic
    AuthName "My Repository test"
    AuthBasicProvider ldap
    AuthLDAPURL "ldap://192.168.1.10:3268/dc=intra,dc=local?sAMAccountName" NONE
    AuthLDAPBindDN "cn=administrator,cn=Users,dc=intra,dc=local"
    AuthLDAPBindPassword "******"
</Location>

String connection of LDAP for media-wiki:

Code:
$wgLDAPBaseDNs = array("intra.local" => "dc=intra,dc=local");
The error persist without LDAP authenticating, when i use this tutorial: http://www.krizna.com/ubuntu/setup-s...-ubuntu-14-04/ give the same error.

Any ideas?

Last edited by acer2!; 12-14-2015 at 09:48 AM.
 
  


Reply

Tags
apache, ldap, samba4, svn



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
subversion + debian + dav + apache = 500 Internal Server Error brgsousa Linux - Software 6 10-09-2009 06:19 AM
JamWiki not authenticating using LDAP EricTRA Linux - Software 1 09-15-2009 12:24 AM
LDAP binding error with Apache & Subversion rangel59 Linux - Software 16 03-18-2008 10:45 AM
authenticating through one ldap server that uses other ldap servers & active director dreamm Linux - Server 1 02-21-2007 08:22 AM
authenticating an ldap server onto itself guy_ripper Linux - Networking 1 12-01-2006 02:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 10:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration