Re: How to get the client hostname while user committing the code to the repository?

2010-07-26 Thread Daniel Shahaf
What Stephen said. @Ramkumar, if you told us *why* you think you want that info, we might be able to help you solve your problem in a different way. Stephen Connolly wrote on Mon, Jul 26, 2010 at 18:08:25 +0100: > Probably not available. > > Keep in mind that depending on how a repo is set up pe

Re: sasl mechanisms order

2010-07-26 Thread Daniel Shahaf
Victor Sudakov wrote on Tue, Jul 27, 2010 at 09:14:42 +0700: > So we seem to have a stalemate situation. The SASL library believes > the client should select the preferred mechanism, whereas the Subversion > client relies on "the order suggested by the server". Brilliant. It would be more construc

Re: dav-svn in multihost environments, but safe

2010-07-26 Thread Nico Kadel-Garcia
On Mon, Jul 26, 2010 at 10:46 AM, Ulf Seltmann wrote: > Am 26.07.2010 13:27, schrieb Nico Kadel-Garcia: >> >> The svnuser has its password locked and unusable, and it's shell set >> to /sbin/nologin. The SSH clients have their public SSH keys set, >> ideally public keys used for this alone though

Re: sasl mechanisms order

2010-07-26 Thread Victor Sudakov
Alec Kloss wrote: [dd] > > As far as I can tell (and as amazing as this sounds), the order of the > offered mechanisms from Cyrus sasl is, by default, the reverse of the > order that the library finds them. This would be, in effect, the > reverse physical directory order of the modules in > /us

Re: sasl mechanisms order

2010-07-26 Thread Alec Kloss
On 2010-07-26 14:30, Victor Sudakov wrote: > Daniel Shahaf wrote: > > > > > > > > > > I have the following line in /usr/local/lib/sasl2/svn.conf: > > > > > mech_list: gssapi digest-md5 anonymous > > > > > > > > > > How can I guarantee that the subversion client/server will always use > > > > > GS

Re: How to get the client hostname while user committing the code to the repository?

2010-07-26 Thread Stephen Connolly
Probably not available. Keep in mind that depending on how a repo is set up people could be accessing it via: svn: ssh+svn: http: https: They kep point here is that ssh+svn will appear to subversion as a commit from localhost (i.e. 127.0.0.1) So it is likely that the commit scripts do not have

Re: 503 Service Unavailable only for new files

2010-07-26 Thread Nikola Kotur
On Mon, 2010-07-26 at 07:36 -0400, Nico Kadel-Garcia wrote: > On Mon, Jul 26, 2010 at 5:49 AM, Nikola Kotur > wrote: > > Hello all. > > > > I was unable to find anybody on the net affected with this problem > that > > I have. > > > > Svn repositories are accessed via WebDAV, here's the Apache conf

Re: dav-svn in multihost environments, but safe

2010-07-26 Thread Ulf Seltmann
Am 26.07.2010 13:27, schrieb Nico Kadel-Garcia: The svnuser has its password locked and unusable, and it's shell set to /sbin/nologin. The SSH clients have their public SSH keys set, ideally public keys used for this alone though that's hard to enforce, and the keys are used for the svnuser's "au

How to get the client hostname while user committing the code to the repository?

2010-07-26 Thread Dharmaraj, Ramkumar
Hi, I need your help. I need the client host information in either pre or post-commit trigger. Regards, Ram This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the postmas...@

Re: 503 Service Unavailable only for new files

2010-07-26 Thread Nico Kadel-Garcia
On Mon, Jul 26, 2010 at 5:49 AM, Nikola Kotur wrote: > Hello all. > > I was unable to find anybody on the net affected with this problem that > I have. > > Svn repositories are accessed via WebDAV, here's the Apache conf part: > > >  DAV svn >  SVNPath /var/svn-repos/project_test >  AuthType Basi

Re: dav-svn in multihost environments, but safe

2010-07-26 Thread Nico Kadel-Garcia
On Mon, Jul 26, 2010 at 5:55 AM, Ulf Seltmann wrote: > Am 24.07.2010 04:46, schrieb Nico Kadel-Garcia: >> >> On Fri, Jul 23, 2010 at 6:25 AM, Ulf Seltmann >>  wrote: >>> >>> Hello all, >>> >>> i'm hav a multihost environment and i want to provide svn access for >>> arbitrary customers via dav_svn.

Re: dav-svn in multihost environments, but safe

2010-07-26 Thread Ulf Seltmann
Am 24.07.2010 04:46, schrieb Nico Kadel-Garcia: On Fri, Jul 23, 2010 at 6:25 AM, Ulf Seltmann wrote: Hello all, i'm hav a multihost environment and i want to provide svn access for arbitrary customers via dav_svn. is there a solution to have the svn-directories of the users only available to t

503 Service Unavailable only for new files

2010-07-26 Thread Nikola Kotur
Hello all. I was unable to find anybody on the net affected with this problem that I have. Svn repositories are accessed via WebDAV, here's the Apache conf part: DAV svn SVNPath /var/svn-repos/project_test AuthType Basic AuthName "Subversion Repository" AuthUserFile /etc/apache2/svn_t

RE: Subversion authentication with SSPI

2010-07-26 Thread Cooke, Mark
> -Original Message- > From: Itamar O [mailto:itamar...@gmail.com] > Sent: 23 July 2010 09:26 > To: users > Subject: Subversion authentication with SSPI > > Hi list, > > I am currently successfully using mod_sspi to authenticate > users against our domain controller (everything is windo

RE: Debian svn + apache2 configuration errors

2010-07-26 Thread Cooke, Mark
> -Original Message- > From: Jon Foster [mailto:jon.fos...@cabot.co.uk] > Sent: 22 July 2010 17:14 > To: kevin fauchon > Cc: users@subversion.apache.org > Subject: RE: Debian svn + apache2 configuration errors > > Hi, > > kevin fauchon [mailto:kevin.fauc...@gmail.com] wrote: > >

Re: sasl mechanisms order

2010-07-26 Thread Victor Sudakov
Daniel Shahaf wrote: > > > > > > > > I have the following line in /usr/local/lib/sasl2/svn.conf: > > > > mech_list: gssapi digest-md5 anonymous > > > > > > > > How can I guarantee that the subversion client/server will always use > > > > GSSAPI before DIGEST-MD5? Or a more generic question, how c