LDAP & Basic Authentication

This is a discussion on LDAP & Basic Authentication within the Apache Web Server forums, part of the Web Server and Related Forums category; Hello everybody Is it possible that for a repository two authentications methods will be used. In my example ldap and ...


Go Back   Usenet Forums > Web Server and Related Forums > Apache Web Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-18-2007
Samuel
 
Posts: n/a
Default LDAP & Basic Authentication

Hello everybody

Is it possible that for a repository two authentications methods will
be used.
In my example ldap and the basic authentications of apache.

In my configuration AuthUserFile is used, but only LDAP is used.

Thanks for help

My current configuration is as follows:

<Location /xyz>
DAV svn
# Will handle any repositories
SVNParentPath D:/repositories/xyz

# our access policy
AuthzSVNAccessFile D:/subversion/config/svn-access-file
AuthUserFile D:/subversion/config/svn-auth-file

Options Indexes FollowSymlinks
AuthType Basic
AuthLDAPAuthoritative off
AuthLDAPEnabled on
AuthLDAPGroupAttributeIsDN on
AuthLDAPGroupAttribute member
AuthName "xyz repositories"
AuthLDAPUrl
ldap://195.141.221.56:389/ou=sciman,dc=sciman,dc=home?sAMaccountName?sub?(ob jectClass=*)
AuthLDAPBindDN "sciman\user"
AuthLDAPBindPassword password
AuthLDAPAuthoritative on

# only authenticated users
Require valid-user
</Location>

  #2 (permalink)  
Old 01-19-2007
Samuel
 
Posts: n/a
Default Re: LDAP & Basic Authentication

I got it.

My current configuration:

<Location /xyz>
DAV svn
# Will handle any repositories
SVNParentPath D:/repositories/xyz

Options Indexes FollowSymlinks
AuthType Basic
AuthLDAPAuthoritative off
AuthLDAPEnabled on
AuthName "xyz repositories"
AuthLDAPUrl
ldap://x.x.x.x:389/ou=sciman,dc=sciman,dc=home?sAMaccountName?sub?(ob jectClass=*)
AuthLDAPBindDN "sciman\user"
AuthLDAPBindPassword password

AuthUserFile D:/subversion/config/svn-auth-file
# only authenticated users
Require valid-user
</Location>

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 03:09 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0