For questions relating to user groups, in a security or permissions context, independent of platform.
Questions tagged [usergroups]
343 questions
1
vote
1 answer
Django users groups
Authenticated users can add groups (if have permissions), add users (users added in groups that he create) and add permissions for groups or users.
What is the best way to solve that task?
sergey
1
vote
1 answer
Automatically set fe_groups folder access permissions with fal_securedownload - Assign usergroups/users to specific folders in TYPO3
I have implemented an EventListener in TYPO3 that generates a usergroup for each newly registered user (see my last post here). In addition, a folder is created on the file system for each usergroup during the registration process. I am utilizing…

weiss
- 31
- 6
1
vote
3 answers
Sting together IF statements to export specific users
Im creating a script to help organize some groups for my school district. Long story short we have these 'Everyone groups' that are supposed to include all teachers/staff that are located at specific buildings. This data is stored in the 'Department…

NorwegiaMan
- 97
- 1
- 9
1
vote
0 answers
User Group Selection at registration in Joomla1.6
I am developing a job site for a client where he needs to be able to have his user registered either as an "Employer" or as a "Job Seeker". As with the new Joomla we do have different Access levels i want users to be able to Select the Usergroup…

RustyRyan
- 11
- 3
1
vote
1 answer
Azure DevOps API returns incorrect number of members in AAD (Azure Active Directory) group
I'm trying to write a PowerShell script that will generate a .csv of AAD users within an AAD group in my organisation.
I've been using the following Azure DevOps API - Memberships List with direction=down:
GET…
user19364865
1
vote
1 answer
Extra users with same names in Keycloak from group-ldap-mapper
I am trying to map an AD Group I have into Keycloak, which I think I have done at least mostly correctly like so:
My issue is that, when I do this then sync then go look at the members of my group in keycloak, I see one more 'John Smith' user that…

aamailhot
- 113
- 2
- 8
1
vote
2 answers
How to get list of Db2 users from user groups?
On Db2 v11.1 Linux I can get the list of groups a user belongs to:
db2 "SELECT * FROM TABLE (SYSPROC.AUTH_LIST_GROUPS_FOR_AUTHID('MYUSER'))"
How to get vice-versa, list of users that belongs to specific group?
Regards

folow
- 229
- 1
- 5
- 14
1
vote
1 answer
how can I extract group of my users in facebook apps?
how can I extract users in one of my groups from within a facebook app?
I wrote
$userData = $facebook->api('/group');
but I did not receive anything! just an empty array.
Thanks

Amin
- 11
- 1
1
vote
1 answer
Which permissions are needed to upload files with mediawiki api?
I am using the mediawiki api to upload a file. I am sending a mutlipart POST request to
https://commons.wikimedia.org/w/api.php?format=json&action=upload&filename=xxx
In the header I include my Autherzation: Bearer accessToken123 and in the body I…

underwhelmingToaster
- 109
- 6
1
vote
1 answer
Members of group can't access directory in linux
I was trying to create two directories assignment and exam_papers containing assignment and question paper text files inside them respectively. After that, I created two users vipin , booma.Then added vipin to teacher group and booma to student…

Vipul Saini
- 23
- 6
1
vote
1 answer
Unsure of approach for Django custom user groups and permissions
I am creating my first Django (ver 3.1) website which is simply a blog with a home page and store page. I want to create custom user groups that define specific roles (with unique permissions) for my blog.
These groups are:
Reader - anonymous…

Pholotic
- 73
- 7
1
vote
1 answer
Is there a way to assign a user in the active directory to multiple groups with ansible?
I created an ansible-playbook which aims to add a user to a group in Active Directory via Ansible with code as shown below:
# addmembertogroup.yaml
# Skip task when 'group' or 'username' is undefined
# Show message when 'group' or 'username' doesn't…

Achmad Fathur Rizki
- 119
- 1
- 10
1
vote
1 answer
Linux user groups missing when user mounted to container
Issue: The groups attached to a Linux user are not visible inside the container.
Workflow:
Created a docker image, in which a user and group named sample:sample(8000:8000) is created.
Created a container using the same docker image and mounted the…

Shubham Vaishnav
- 1,637
- 6
- 18
1
vote
1 answer
Rails groups / user members associations best practices
I'm pretty new to Ruby and Rails and I'm developing a web app that requires multiple groups, each of which has many members, but the groups and members are completely separate from one another.
i.e.: group1 has members 1, 2 and 3
group2 has…

Steve
- 11
- 1
1
vote
1 answer
How to display the user groups because they didn't show in django view?
I research this from a couple of days but there is not so much information about the groups in django's documentation, and really can't figure out what to change so the groups will be display.
I have CRUD operations for users which can be done only…

dev
- 41
- 8