Re: svn authentication

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 12/06/2013 12:35 AM, Elizabeth Jones wrote:
Have any of you run into problems using 389 DS for svn ldap
authentication?  I just discovered that our svn instance is not
authenticating successfully with our 389 DS, although I can see from
tcpdumps that it is successfully pulling the password back. I'm wondering if there is something in the 389 DS that needs to be configured for svn
that I haven't been able to find yet.

thanks,

Elizabeth J


Hello,

what do you mean by "not authenticating successfully"? Anything in apache logs?
Otherwise here is my apache config, it works like a charm.

<Location /repos>
   DAV svn
   SVNParentPath /var/www/html/svn
   SVNListParentPath On

      AuthType Basic
      AuthzLDAPMethod ldap
      AuthzLDAPServer a.b.c.d
      AuthzLDAPUserBase ou=People,dc=domain.com
      AuthzLDAPUserKey uid
      AuthzLDAPUserScope base

      AuthType Basic
      AuthName "ldap@xxxxxxxxxxx"
      require valid-user

</Location>


Maybe the "AuthzLDAPUserKey" variable in your case is not set/different?

Regards,


--
389 users mailing list
389-users@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/389-users





[Index of Archives]     [Fedora User Discussion]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora News]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora QA]     [Fedora Triage]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Yosemite Photos]     [Linux Apps]     [Maemo Users]     [Gnome Users]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Maemo Users]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Fedora ARM]

  Powered by Linux