go.dbus
go.dbus copied to clipboard
Send uid rather than username when authenticating via EXTERN
trafficstars
This helps in docker where the /etc/passwd on the container side may not match the host one, so verification will fail. There is no advantage of giving the username here anyway, its just less efficient.
lgtm!
Any update on this PR?
@crosbymichael Its not really required for current docker. It was needed when i used dbus to talk to the dockerinit. Still, I think it is the right thing to do.
This has been merged into github.com/godbus/dbus.