go.dbus icon indicating copy to clipboard operation
go.dbus copied to clipboard

Send uid rather than username when authenticating via EXTERN

Open alexlarsson opened this issue 11 years ago • 4 comments
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.

alexlarsson avatar Dec 12 '13 17:12 alexlarsson

lgtm!

philips avatar Mar 04 '14 02:03 philips

Any update on this PR?

crosbymichael avatar Mar 18 '14 21:03 crosbymichael

@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.

alexlarsson avatar Mar 19 '14 08:03 alexlarsson

This has been merged into github.com/godbus/dbus.

philips avatar Sep 16 '14 23:09 philips