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

Default of "realm" in svnserve.conf doesn't seems to be constant

From: <karsten.krischker_at_simplify-technologies.de>
Date: 2004-07-22 17:14:18 CEST

Hello.

The default of the "realm" parameter in svnserve.conf is not constant
(should be the path to the repository), which leads to repeated
authentication requests by the client.

During a test my svnserve.conf looked as follows:

[general]
anon-access = none
auth-access = write
password-db = svnuserpasswd

For example, I accessed the repository "my_rep" with the client
"svn log svn://my_server/my_rep/first_dir" and was prompted for
authentication.
After that there was an entry in the local svn.simple directory with the
realm string "<svn://my_serve:3690> my_rep/first_dir".
Second repository access: "svn log svn://my_server/my_rep/first_dir/second_dir"
Strangely authentication again, new entry in svn.simple with realm string
"<svn://my_serve:3690> my_rep/first_dir/second_dir".
And so on with accesses to other parts of "my_rep".
The realm string changes, it seems not to be the constant path to the repository.

If the svnserve.conf contains the line "realm = My Repository" the authentication
process is started only once.

Karsten.

-- 
Simplify Technologies GmbH
Dr.Karsten Krischker
Steinbuehlstr. 15
D-35578 Wetzlar
Tel.: +49 (0)6441 / 210390 Fax: +49 (0)6441 / 210399
Email: karsten.krischker@simplify-technologies.de
www.simplify-technologies.de
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 22 17:15:53 2004

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.