Questions tagged [usergroups]

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

343 questions
0
votes
2 answers

Searching for a user and associated groups on LDAP in one search

New to LDAP. The way our LDAP is arranged is People and groups. The people have user information such as name, uid, and mail. The groups have group name and multiple member field which has value like cn=First Last,cn=people,dc=comic,dc=com,…
Program Haven
  • 213
  • 2
  • 9
0
votes
2 answers

Querying LDAP for Usergroup of Specific User

I have to check usergroups of LDAP Active Directory for a specific user in C#. Mean I pass this username to a method and it returns me list of group from that user belongs. Can You Please help me in this. Im Searching alot But Everytime get new…
Arslan Pervaiz
  • 1,575
  • 4
  • 29
  • 62
0
votes
1 answer

Forcing user created folders and files to inherit a specific parent folder's groups in macOS

I have multiple users accessing a file system and I need to make sure each time they create a folder it inherits the groups and permissions of the parent folder. Currently each time they create a folder or upload a file the file or folder's group…
0
votes
2 answers

How can `initgroups` call `setgroups` to initialize the supplementary group ID list for a user?

From APUE #include /* on Linux */ int setgroups(int ngroups, const gid_t grouplist[]); The setgroups function can be called by the superuser to set the supplementary group ID list for the calling process #include /* on…
Tim
  • 1
  • 141
  • 372
  • 590
0
votes
1 answer

Spring - allowing a user to view a page as another user

We have a website with 2 user groups: the admin group and the customer group. The groups have different restrictions set up hence the admin group sees one set of products and the customer groups sees another. We're using a custom server based on…
Krt_Malta
  • 9,265
  • 18
  • 53
  • 91
0
votes
1 answer

How to bulk upload 100+ users to a single gitlab group at once?

I have to create new groups and add new users to the respective groups every week. Adding them one by one is tiresome. Anyway I can bulk upload the users? I have their username and the email id.
0
votes
1 answer

C# Get all groups of specific user from Active Directory

I'm trying to get all the groups of a specific user, as it listed in Active Directory "Member Of" groups. I found a code but it gives me all of the groups, if a group contains few groups, I get those groups instead of the main one that contains…
danivegas
  • 487
  • 1
  • 5
  • 12
0
votes
1 answer

Users added to docker group arent retained after reboot

I am using packer to create an image for shipping, and I'm having a strange issue. I add the users to the docker group with the following lines "sudo groupadd docker", "sudo usermod -aG docker {{user `service_user`}}", "sudo usermod -aG docker…
Kevin Milner
  • 821
  • 2
  • 14
  • 30
0
votes
1 answer

When I am deploying by ASP.NET MVC application on IIS I am specifying my credentials in Identity as a setting in DefaultAppPool

Also if i don't give my credentials it gives some configuration file error. I want AD authentication to take place. But it always picks my username when logged from different systems. How do I resolve it? Is there any way I can make a user group…
0
votes
2 answers

Cups cancle jobs gives forbidden error

i wanted to cancle all printing jobs on a network printer cupsenable [printername] cancel -a [printername] cancel: purge-jobs failed: Forbidden the user is member of the "lp" group also i added @OWNER in the limits in the /etc/cups/cupsd.conf file…
AbeTasticx
  • 120
  • 1
  • 12
0
votes
1 answer

Restrict user groups in Odoo

I have created a module with the model Workers. I gave my Employee group right access to the Workers object to be able to read and write. So the user belonging to the Employee group can access every view belonging to the Worker object. However, I…
0
votes
1 answer

Create new group in Odoo

I want to create a new group for my custom module Store through the Settings > Users > Groups in odoo. I am creating the group so that I can assign users to that Store module. When i click on create, i need to write an Application name. I tried to…
Mingg Lex
  • 151
  • 3
  • 12
0
votes
0 answers

java.io.IOException: No groups found for user hive

I have a simple test application to set session with Hive (simple authentication). CliSessionState localSession = new CliSessionState(hiveConf) localSession.setIsHiveServerQuery(true) localSession.setCurrentDatabase("LOOM") Driver driver = new…
Loom
  • 9,768
  • 22
  • 60
  • 112
0
votes
1 answer

Giving Employee usergroup access to custom module - Odoo

I have created a module named Purchases containing menu item: Purchasesand views: Received purchases, Pending purchases and want to give access to this module to only the Employees\Employee. I have created a new user with email emp1@gmail.com from…
Mingg Lex
  • 151
  • 3
  • 12
0
votes
1 answer

Sharepoint 2010 List View trouble: doesn't work CAML query for group selection

I've created a "By my group" view in Schema.xml for a TaskList, using best known solution:
Kerlyk
  • 11
  • 3