Hi!
Committed, will be in x2goserver 3.0.99.10... http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=e887a2beb7d4d82f...
Thanks! i will check it out.
- we use kerberos here and to correctly pass the the KRB5CCNAME to the running session i wrote a line with "export KRB5CCNAME" in x2goruncommand. This also is now obsolete because you implemented Xsession-support.
I use Kerberos a lot, too, and have not needed this so far. Even without x2goserver-xsession installed. Could you specifiy on this?
for the principle functionality of authentification/authorization via kerberos there is no problem. To succesfully use single-sign-on with kerberos or be able to held a kerberos-authorized nfsv4 mount you need a valid ticket-cache all the time and the software must know where to look (KRB5CCNAME). the way x2goruncommand was doing it, the started session (in our case it is gnome-session) didn't know anything about KRB5CCNAME and also all subsequent processes didn't know either.
Jochen