Top "Usergroups" questions

For questions relating to user groups, in a security or permissions context, independent of platform.

Changing the user that nginx worker processes run under (Ubuntu 12.04)

I have a manual install of nginx on Ubuntu 12.04. When I ran ./configure I used the following options: ./configure --user=…

nginx ubuntu-12.04 usergroups
Sharepoint: Check if a user is member of a group

how can I check if a user (not the one currently logged in) is member of a certain group? Trying …

sharepoint usergroups
User groups and permissions

I need to implement user rights for user groups (pretty similar to facebook groups). For example, each group can have …

python django django-models django-permissions usergroups
How to show all users in dockers group?

How can I find out which users are in the docker group and allowed to start docker containers? (Docker 1.12.1)

linux docker usergroups
Managing users/roles/groups in FOSUserBundle

I am developing a simple CRUD to manage users/roles/groups of the application in which I am working. To …

php symfony fosuserbundle user-roles usergroups
Add user to multiple groups with Puppet

I'm attempting to assign users to multiple groups with a manifest, but am running into walls. Attempt 1: class usergroup { group { "…

puppet usergroups
Add group "Everyone" to directory and all of it's sub-directories

I'm currently using Vista 32-bit. How do I add the Windows security group "Everyone" and give full control to a …

windows security powershell usergroups
Ubuntu 15.10 no fuse group

I am trying to use sshfs to mount a remote file system. All the guides I can find online say …

fuse sshfs usergroups ubuntu-15.10
Can't add user to docker group

I'm trying to set docker up on a new system, and when running docker info I get: docker -v => …

linux ubuntu usergroups
Django how to remove a user from a group

Here is the code I add a user to a group g = Group.objects.get(name='groupname') g.user_set.…

django usergroups