You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
With 11.3, opening an existing shared project (which is shared using a Ghidra server) now has the username field in the login prompt as non-editable, and pre-filled in with the local Linux username, which in my case, is not the same as my username on the server / network (which is setup with LDAP authentication).
In 11.2, everything worked fine. The username field in the login prompt was editable, and the first time you connected to the server, you typed your server / network username, and then every time after that, the network username was remembered from before and pre-filled correctly.
Environment (please complete the following information):
OS: Linux
Java Version: 21.06
Ghidra Version: 11.3
Ghidra Origin: official GitHub release
This significantly breaks connecting to the server to work on shared projects.
The text was updated successfully, but these errors were encountered:
I was able to work around this issue by adding VMARGS=-Duser.name=<username> (where <username> matches the name used on the Ghidra server) to support/launch.properties; however, I also had to manually edit the project.prp of all local projects to reflect this changed username.
This is obviously less than ideal, and is clearly not an option for people who connect to more than one server each using a different username.
Describe the bug
With 11.3, opening an existing shared project (which is shared using a Ghidra server) now has the username field in the login prompt as non-editable, and pre-filled in with the local Linux username, which in my case, is not the same as my username on the server / network (which is setup with LDAP authentication).
In 11.2, everything worked fine. The username field in the login prompt was editable, and the first time you connected to the server, you typed your server / network username, and then every time after that, the network username was remembered from before and pre-filled correctly.
Environment (please complete the following information):
This significantly breaks connecting to the server to work on shared projects.
The text was updated successfully, but these errors were encountered: