Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Apache 2.0 with Subversion authenticate against Active Dir..

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
Apache 2.x Active Directory Authentication - Hi, I've started doing research this weekend to see whether Apache (in my case 2.x) can against Microsoft Active I will be an Intranet in the coming months, and would like to be able to limit access to..

Problem with auth_ldap in Apache 2.0.47 vs Active Directory - Hi - Can anyone help with a problem I'm with I have built Apache 2.0.47 with the auth_ldap module (on Solaris 8) and want to use it to against our Active Directory database. I have got to a point where it is clearly..

apache 2.0.40 + ssl ? - I am an apache newbie and I installed apache 2.0.xxx from my redhat 8 cd. I am trying to enable the mod_ssl package or rather configure my apache service to have ssl I that the mod_ssl package was built for version..

NFS vs NAS vs SAN for Apache? - I'm hoping someone can shed some light on this for me. We are currently looking to expand a small farm of Apache servers which are serving up almost static html pages and very dynamic PHP pages. Not much cgi work going on and no Java. In..

Apache for w2k - How does work on a w2k computer? Is it better than iis5? Thanx
Author Message
kirschgens

External


Since: Oct 15, 2003
Posts: 1



(Msg. 1) Posted: Wed Oct 15, 2003 6:50 pm
Post subject: Apache 2.0 with Subversion authenticate against Active Directory
Archived from groups: alt>apache>configuration (more info?)

Hi *,

running the subversion module on Apache 2.0 I want the user to
authenticate with his/her user name and password managed by a Microsoft
Windows 2000 Domain Controller. It should be possible to do this using
the LDAP protocol. The configuration looks like this

<Location /svn/>
DAV svn
SVNParentPath H:\SVN
AuthType Basic
AuthName "Subversion repositories"
AuthLDAPURL
"ldap://itssrv1:389/dc=solution,dc=de?samAccountName?sub?(objectCategory=person)(objectClass=user)"
AuthLDAPBindDN "CN=soladmin@solution.de"
AuthLDAPBindPassword "drowssap"
require group cn=svnusers,dc=Builtin,dc=solution,dc=de
</Location>

There is an administrative account for "soladmin" and the
Subversion-Users are members of the group "svnusers". However, the
authorization failes. Can anybody help me?

BTW: Using a Java-program "ldapbrowser" it is possible to browse the
tree. The configuration is the follwing:

Host: itssrv1
Port: 389
Version: 2 (it's the version number of the LDAP-Protocol)
Base-DN: DC=solution, DC=de
SSL: no
Anonymous Bind: no
User DN: soladmin.RemoveThis@solution.de
append Base-DN: no
password: drowssap

Thanks in advance.

Holm Kirschgens.

 >> Stay informed about: Apache 2.0 with Subversion authenticate against Active Dir.. 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]