Re: Ubuntu 14.04 / VisualSVN Windows authentication

2016-05-31 Thread Cathy Mullican
beyond me. On Tue, May 31, 2016 at 12:32 PM, Cathy Mullican wrote: > I don't think newer versions are easily available for Ubuntu 14.04, > but I also don't think any of that has changed since it was working on > Friday. The server was rebooted; I'm assuming something did

Re: Ubuntu 14.04 / VisualSVN Windows authentication

2016-05-31 Thread Cathy Mullican
nce I can join the domain and kinit without error. On Tue, May 31, 2016 at 12:22 PM, Stefan wrote: > Hi, > On 5/31/2016 20:46, Cathy Mullican wrote: >> Client version info: >> svn --version >> svn, version 1.8.8 (r1568071) >>compiled Aug 20 2015, 12:51:30 on

Re: Ubuntu 14.04 / VisualSVN Windows authentication

2016-05-31 Thread Cathy Mullican
wrote: > Hi Cathy, > > On 5/31/2016 20:10, Cathy Mullican wrote: >> I had this working, and then the Ubuntu server got rebooted, and now >> I'm getting authentication errors for update / checkout, although info >> still works. >> >> net ads joi

Ubuntu 14.04 / VisualSVN Windows authentication

2016-05-31 Thread Cathy Mullican
I had this working, and then the Ubuntu server got rebooted, and now I'm getting authentication errors for update / checkout, although info still works. net ads join -k succeeds, kinit succeeds, klist shows as expected, svn up gives Updating '.': svn: E120191: Unable to connect to a repository at

Re: SVN and Active Directory

2016-04-20 Thread Cathy Mullican
Yes, after much hair-pulling and some trauma, I got the svn client on Ubuntu authenticating to a VisualSVN server via AD. Most of the pain was due to a buggy libserf in the Ubuntu version we're running, combined with unclear error messages, so as long as you're not working with Trusty, it should be

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

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 >>

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 >>

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 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 u

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

VisualSVN server / Linux client

2016-03-22 Thread Cathy Mullican
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 cifs and ldap in klist after joining, so I _think_ that part is OK, altho