Open freedge opened 1 year ago
This will require restructuring the interals a bit as we need to keep around some state when we go through the varipus fallbacks.
But it would definitely be very helpful to do so, indeed. It may take some time though, as I do not have spare cycles to afford such a refactoring right now.
I am using rpc-gssd and gssproxy mechanism, and I found a mistake in my /etc/krb5.conf
this used to work for regular users needing a ticket, but it fails when root tries to mount a NFS volume, as there is no /home/root directory. It sounds trivial but the investigation took a while:
with verbosity activated, rpc-gssd will log
which is not helpful.
In this case Kerberos constructs a readable error message however gssproxy simply grabs the Kerberos error code and puts it into a "minor code", and is later unable to display it.
Is it possible to improve gssproxy so that errors coming from the Kerberos API are logged properly? Thanks
I could check that something like
makes the error message lot more helpful: