Re: VisualSVN server / Linux client

2016-03-23 Thread Andreas Stieger
Hi,   > [...] VisualSVN server that has Basic authentication disabled. > [...] Kerberos on the Linux box; > "Error running context: The requested authentication type(s) are not > supported" when I try anything. This binary server distribution does not support Kerberos in this configuration. You

Re: VisualSVN server / Linux client

2016-03-23 Thread Pavel Lyalyakin
Hello, On Wed, Mar 23, 2016 at 1:25 AM, Cathy Mullican wrote: > I'm trying to get a Linux svn client to work with a VisualSVN server that > has Basic authentication disabled. I've set up Kerberos on the Linux box; I > can get a ticket via kinit, join the domain, and I see service tickets for > c

Re: VisualSVN server / Linux client

2016-03-23 Thread Cathy Mullican
On Mar 23, 2016 1:04 AM, "Andreas Stieger" wrote: > > Hi, > > > [...] VisualSVN server that has Basic authentication disabled. > > [...] Kerberos on the Linux box; > > > "Error running context: The requested authentication type(s) are not supported" when I try anything. > > This binary server dist

Re: VisualSVN server / Linux client

2016-03-23 Thread Cathy Mullican
On Mar 23, 2016 3:36 AM, "Pavel Lyalyakin" wrote: > > Hello, > > On Wed, Mar 23, 2016 at 1:25 AM, Cathy Mullican wrote: > > I'm trying to get a Linux svn client to work with a VisualSVN server that > > has Basic authentication disabled. I've set up Kerberos on the Linux box; I > > can get a tick

Re: VisualSVN server / Linux client

2016-03-23 Thread Cathy Mullican
On Wed, Mar 23, 2016 at 3:35 AM, Pavel Lyalyakin wrote: > > > You can also try the following command-line: > [[[ > svn info > --config-option=servers:global:http-auth-types=Negotiate > ]]] > klist to show my kerberos config is active, followed by the command and result: root@revdb1:~# klist Tick

Re: VisualSVN server / Linux client

2016-03-23 Thread Andreas Mohr
Hello, On Wed, Mar 23, 2016 at 09:42:10AM -0700, Cathy Mullican wrote: > On Wed, Mar 23, 2016 at 3:35 AM, Pavel Lyalyakin > wrote: > > As far as I can guess, the server has Integrated Windows > > Authentication enabled and Basic disabled. In such case, it's the > > client that does not support NT

Re: VisualSVN server / Linux client

2016-03-23 Thread Cathy Mullican
On Wed, Mar 23, 2016 at 11:08 AM, Andreas Mohr wrote: > Hello, > > On Wed, Mar 23, 2016 at 09:42:10AM -0700, Cathy Mullican wrote: >> On Wed, Mar 23, 2016 at 3:35 AM, Pavel Lyalyakin >> wrote: >> > As far as I can guess, the server has Integrated Windows >> > Authentication enabled and Basic disa

Re: VisualSVN server / Linux client

2016-03-23 Thread Stefan Sperling
On Wed, Mar 23, 2016 at 11:30:47AM -0700, Cathy Mullican wrote: > ldd suggests that svn is not built with GSSAPI support -- neither the > 1.8.8 I started with nor the 1.9.3 I installed this morning -- but I"m > not sure how to fix that, or even that I'm not missing something, like > it being built

Re: VisualSVN server / Linux client

2016-03-23 Thread Cathy Mullican
On Wed, Mar 23, 2016 at 11:39 AM, Stefan Sperling wrote: > On Wed, Mar 23, 2016 at 11:30:47AM -0700, Cathy Mullican wrote: >> ldd suggests that svn is not built with GSSAPI support -- neither the >> 1.8.8 I started with nor the 1.9.3 I installed this morning -- but I"m >> not sure how to fix that,

Re: VisualSVN server / Linux client

2016-03-23 Thread Pavel Lyalyakin
Cathy, On Wed, Mar 23, 2016 at 9:53 PM, Cathy Mullican wrote: > > ldd also shows no GSSAPI support for libserf. I've tried building it > a couple of ways, but can't get output that appears to have the > support -- 1.3.3 with the patch from this ticket ( Indeed, libserf-1-1 from 14.04LTS (trusty

Re: VisualSVN server / Linux client

2016-03-23 Thread Evgeny Kotkov
Cathy Mullican writes: > http://www.linuxfromscratch.org/blfs/view/svn/basicnet/serf.html gives > permission errors if I use the GSSAPI=/usr option mentioned, as though > it expects the argument to be an executable: > root@revdb1:/tmp/serf-1.3.8# scons GSSAPI=/usr > scons: Reading SConscript file

Re: VisualSVN server / Linux client

2016-03-23 Thread Cathy Mullican
On Wed, Mar 23, 2016 at 2:07 PM, Pavel Lyalyakin wrote: > Cathy, > > On Wed, Mar 23, 2016 at 9:53 PM, Cathy Mullican wrote: >> >> ldd also shows no GSSAPI support for libserf. I've tried building it >> a couple of ways, but can't get output that appears to have the >> support -- 1.3.3 with the p