Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

login as root, su [-] user, tests fail (mismatched authentication) #56

Open
mvidner opened this issue May 21, 2015 · 0 comments
Open

login as root, su [-] user, tests fail (mismatched authentication) #56

mvidner opened this issue May 21, 2015 · 0 comments

Comments

@mvidner
Copy link
Owner

mvidner commented May 21, 2015

On openSUSE Tumbleweed, with Ruby 2.2 (VM os-tw-2015-04-24b, dhcp139); or on oS 13.2 (Ruby 2.1)

ssh in as root
su tux (or even su - tux)
cd ~/ruby-dbus
./spec/bus_driver_spec.rb # the test that sets up service by itself; but others fail too

The bus disconnects the client because the client calls Etc.getlogin which returns "root" and then authentication somehow fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant