[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Ldap

From: Eric Johnson <eric_at_tibco.com>
Date: Wed, 15 Oct 2014 10:13:02 -0700

This is could be a question for an Apache-related mailing list.

However, it is difficult to tell, because your statement of the problem
doesn't really include enough information. How is it not working? Any
errors in any of the log files? What are you expecting? Are people not
being authorized, or is Apache failing to start up? What versions of Apache
& Subversion? What have you done to isolate the problem?

Eric

On Wed, Oct 15, 2014 at 9:14 AM, Somashekarappa, Anup (CWM-NR) <
anup.somashekarappa_at_rbc.com> wrote:

>
>
> Hi,
>
> We are using the below mentioned configuration for multiple ldap domain
> authentication but one of the domain(ldap2) is not working.
>
> May I know what is wrong with this?
>
>
> ==========================================================================================
>
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
>
>
> <AuthnProviderAlias ldap ldap1>
> AuthLDAPURL "ldap://
> domian1.company.com/DC=domain1,DC=company,DC=com?sAMAccountName?sub?(objectClass=*)
> "
> AuthLDAPBindDN "CN=User1,OU=Service Accounts,OU=Information
> Technology,OU=Administration,OU=United States,DC=domain1,DC=company,DC=com"
> AuthLDAPBindPassword "**********"
> </AuthnProviderAlias>
>
> <AuthnProviderAlias ldap ldap2>
> AuthLDAPURL "ldap://
> domian2.company.com/DC=domain2,DC=company,DC=com?sAMAccountName?sub?(objectClass=*)
> "
>
> AuthLDAPBindDN "CN=User1,OU=Service Accounts,OU=Information
> Technology,OU=Administration,OU=United States,DC=domain1,DC=company,DC=com"
>
> AuthLDAPBindPassword "**********"
> </AuthnProviderAlias>
>
>
> <Location /svn>
> DAV svn
> SVNListParentPath on
> SVNParentPath /svn/data
> SVNPathAuthz short_circuit
> SVNListParentPath on
> AuthzSVNAccessFile /svn/accessfile
>
> AuthzLDAPAuthoritative off
> AuthType Basic
> AuthBasicProvider ldap1 ldap2
> AuthName "Windows Credentials"
> AuthzForceUsernameCase Lower
> Require valid-user
>
> CheckSpelling On
> </Location>
>
>
>
> Alias /public/ "/opt/netapp-aps/apsny/www/"
> <Directory "/opt/netapp-aps/apsny/www/">
> Options Indexes MultiViews
> AllowOverride None
> Order allow,deny
> Allow from all
> </Directory>
>
> <IfModule dav_svn_module>
> LogFormat "%h %l %u %t %>s %b \"%{User-Agent}i\" repo:%{SVN-REPOS-NAME}e
> [%{SVN-ACTION}e] %B Bytes in %T Sec" svn
> CustomLog logs/svn_log svn env=SVN-ACTION
> </IfModule>
>
> ===========================================================================
>
> Thanks & Regards,
> Anup T S
>
>
>
> ______________________________________________________________________
>
> This email is intended only for the use of the individual(s) to whom it is
> addressed and may be privileged and confidential.
> Unauthorised use or disclosure is prohibited. If you receive this e-mail
> in error, please advise immediately
> and delete the original message. This message may have been altered
> without your or our knowledge
> and the sender does not accept any liability for any errors or omissions
> in the message.
>
> Emails are monitored by supervisory personnel in jurisdictions where
> monitoring is permitted.
> Such communications are retained and may be produced to regulatory
> authorities or others with legal rights to the information.
>
>
Received on 2014-10-15 19:13:58 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.