-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only 1st connection is successful when -DWITH_GSSAPI=ON on the same process #4348
Comments
|
@dodo040 maybe interested in this too. |
|
+1 |
1 similar comment
|
+1 |
|
I don't know well kerberos and gssapi, but I remember that in most kerberos implementation, only one principal per credential cache (or ticket file) can be authenticated. This behaviour can be "bypassed" setting the KRB5CCNAME in version 5 and the ticket file with KRBTKFILE in version 4. Does this sound related to this issue? |
|
+1 |
|
+1 |
1 similar comment
|
+1 |
|
For the Fedora users, I disabled the GSS support in the Fedora branches: https://src.fedoraproject.org/rpms/freerdp/c/a876205f1737ecbb5a6f71e3db2da64bccbb3eca?branch=master |
|
The problem still exists on Archlinux with freerdp 2.0.0-rc4 |
|
For Arch users installing AUR freerdp-git solves the problem. |
|
Can confirm this works on my machine, on Fedora 38, using Remmina 1.4.30 |
Remmina reuses libfreerdp2 many times on the same process to connect to multiple servers. When libfreerdp2 is compiled with "-DWITH_GSSAPI=ON", the library only allow to connect once. Subsequent connections to other servers, closing the 1st one or leaving it open, fail. The user has to exit Remmina and restart it to connect again.
See remmina issue 1435.
Cc: @antenore @weberhofer
The text was updated successfully, but these errors were encountered: