[Bug 1303167] Re: svn with kerberos-gssapi auth doesn't work
Ramon Ziai
ramon at ziai.eu
Mon Apr 28 10:34:34 UTC 2014
Here's a tiny patch that adds the flag for GSSAPI support in the
debian/rules file. The unit tests failed on my machine but that seems to
be unrelated. One would probably have to add the build dependency on
libkrb5-dev somewhere, but I don't know where that shold happen.
** Patch added: "patch that adds build flag for GSSAPI support"
https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/1303167/+attachment/4099303/+files/gssapi-flag.patch
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subversion in Ubuntu.
https://bugs.launchpad.net/bugs/1303167
Title:
svn with kerberos-gssapi auth doesn't work
Status in “serf” package in Ubuntu:
Confirmed
Status in “subversion” package in Ubuntu:
Confirmed
Bug description:
Recently installed Trusty server beta2. I have heimdal-clients installed.
kinit dancsa@<REALM>
svn co https://svn.<domain>/svn/
svn up (in already checkouted repository)
expected result: svn would get service ticket, and use that to authenticate
result: no service ticket got (verified by klist), svn ask for password.
dancsa at yukari:~$ lsb_release -rd
Description: Ubuntu Trusty Tahr (development branch)
Release: 14.04
if i download the debian jessie's subversion package, extract it with
dpkg -x, and run ldd against svn, it lists libkrb5support.so.0
libgssapi_krb5.so.2 and libkrb5.so.3 where ubuntu's version doesn't
list these.
also if i see right both distro uses the same upstream version, so i
diff-ed the debian directories of thetwo source package, i did not see
anything that would give the answer.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/serf/+bug/1303167/+subscriptions
More information about the foundations-bugs
mailing list