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
Hi, I'm using node-dbus-next to connect to a remote dbus server from macOS. To successfully perform authentication, the correct uid (1000) must be passed with the EXTERNAL authentication handshake. However, the default user account id on macOS is 501. It would be really helpful if there would be some way of overriding the uid for authentication purposes, for example by passing an env var.
The text was updated successfully, but these errors were encountered:
Hi, I'm using node-dbus-next to connect to a remote dbus server from macOS. To successfully perform authentication, the correct uid (
1000
) must be passed with the EXTERNAL authentication handshake. However, the default user account id on macOS is501
. It would be really helpful if there would be some way of overriding the uid for authentication purposes, for example by passing an env var.The text was updated successfully, but these errors were encountered: