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

RE: Issue with the AuthzSVNAccessFile

From: Gunakar Rao Perumala <gunakar.p2_at_zensar.com>
Date: 2006-11-29 06:57:08 CET

Hey Ryan

I have configured it but still IM having the issue.
Neway any idea on the LDAP for the subversion....
like right now I uninstalled the apache that came with the suse 10 enterprise server
and installed freshly...
for that it asked the apr & apr-util Im trying to install...
but the thing is that like that apr util should be configure some what like this....

./configure
 --with-ldap-include=path path to ldap include files with trailing slash
  --with-ldap-lib=path path to ldap lib file
  --with-ldap=library ldap library to use

my problem is that like I was not having the LDAP then updated thru yast and software management...
but still it hasn't updated the folder liek include,lib etc so how can I provide the path,path and library....

really got stuck in the problem like mentioned above.....

Warm Regards
Gunakar

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2006d@ryandesign.com]
Sent: Wed 11/29/2006 11:17 AM
To: Gunakar Rao Perumala
Cc: users@subversion.tigris.org
Subject: Re: Issue with the AuthzSVNAccessFile
 

On Nov 26, 2006, at 22:40, Gunakar Rao Perumala wrote:

> can anyone tell me just where I have to configure the
> AuthzSVNAccessFile ...bocoz im not able to trace the error where it
> is saying like Access Denied for the user...

If you're serving with Apache, you add this line to your httpd.conf:

AuthzSVNAccessFile /path/to/authzfile

This is described in the book:

http://svnbook.red-bean.com/en/1.2/
svn.serverconfig.httpd.html#svn.serverconfig.httpd.authz.perdir

(You may have to recombine this URL manually if your email client
does not do so automatically.)

If you're serving with svnserve, you add this line to your
svnserve.conf file, which is in the conf directory in your repository:

authz-db = /path/to/authzfile

I don't know if this is in the book yet, but it is in the Subversion
1.3 release notes:

http://subversion.tigris.org/svn_1.3_releasenotes.html#svnserve-authz

Subversion 1.3 or later is required for this feature.

-- 
To reply to the mailing list, use your mailer's Reply To All feature
This email may contain confidential or privileged information for the 
intended recipient(s) and the views expressed in the same are not 
necessarily the views of Zensar Technologies Ltd. If you are not the intended 
recipient or have received this e-mail by error, its use is strictly 
prohibited, please delete the e-mail and notify the sender. Zensar 
Technologies Ltd. does not accept any liability for virus infected mails.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 29 06:57:03 2006

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.