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

logged in user belongs to wrong groups #40

Closed
vsviridov opened this issue Apr 10, 2014 · 1 comment
Closed

logged in user belongs to wrong groups #40

vsviridov opened this issue Apr 10, 2014 · 1 comment

Comments

@vsviridov
Copy link

Using the latest (1.4.0) with cert auth, when user is logged in, running id gets following result

uid=1000(vasili) gid=0(root) groups=1000(vasili),0(root)

if I do sudo - vasili and run id again, i get following

uid=1000(vasili) gid=1000(vasili) groups=1000(vasili),4(adm),24(cdrom),27(sudo),30(dip),33(www-data),46(plugdev),111(lpadmin),112(sambashare)

Because of this i cannot do things like sudo su - since I don't have the sudo group.
This is minor, since I can elevate myself to my original user and then elevate to root from that, but it would be nice if I got all my correct groups right away.

@paradoxxxzero
Copy link
Owner

This should be fixed in 1.4.1

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

2 participants