Questions tagged [usergroups]

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

343 questions
1
vote
1 answer

How to get the dynamic user groups of the active windows user?

How do I get the dynamic/virtual groups the active user is a member of in VBA? I tried the solution of this question: Determining a User's Group Membership using VBA This means I tried this code: Public Function UserIsInGroup(GroupName As String,…
Gener4tor
  • 414
  • 3
  • 12
  • 40
1
vote
2 answers

mapping/migrating sharepoint users

I am currently working on a sharepoint migration on a test environment, and have now come to the point where I would like to map/migrate my existing Ad groups and users from SP 2010 to SP 2013. Now when researching this I find alot of vague…
Pieter
  • 359
  • 3
  • 14
1
vote
1 answer

Implement a UI for managing user's groups/role in asp.net mvc

I am developing a CRUD app in ASP.NET MVC, i have already implemented the security part which works with AD and now i want to make easier the assignment of the varius permission to the users. All groups and users are stored in a database they are…
1
vote
4 answers

Get and use the user group name in Woocommerce

I am only using Wordpress with Woocommerce. Is there a way to get user group name based on logged in user's info? I have group of users called 'Group1' and assigned 2 users to it - user1, user12 I have the second group of users called 'Group2' and…
Bart
  • 157
  • 1
  • 2
  • 10
1
vote
1 answer

Directus users permission for table

I found some problems with user permissions. Version Info: Directus version and branch (Or commit hash): Docker File getdirectus/directus 6.4 PHP version: 7.1.17 MySQL version: 5.5 Web server: (Ex. Apache, nginx or IIS?) OS name and version: centOS…
1
vote
0 answers

Permission linking between LDAP users groups and Django permissions (custom if possible)

Hello again every one, I have a question: I successfully implemented django-auth-ldap, the LDAP users can request successfully my DRF API. But nows, for my projetc needs, I have to define permissions depending of the group. Indeed, I will have like…
1
vote
1 answer

Are there any packages to create a group with add member system in Laravel?

I am developing a project using Laravel 5.6 where there is requirement of group, were user can create a group, add member or send invitation to user via email and post to group and can have group chat function also. I want to complete this module,…
codegutsy
  • 37
  • 12
1
vote
0 answers

Apply proxy rules to only one usergroup

I am attempting to apply an ACL ruleset to members of a specific usergroup on a Linux box running Squid that I administer. I have created the ruleset without much difficulty, but I am having difficulty configuring an authentication scheme that…
1
vote
1 answer

Fetching domain users from local groups with powershell

I want to migrate from one server to another one and because of that it is needed to add some local groups in the new server. In these local groups the users added belong to the domain. Ex.: Server |…
blfuentes
  • 2,731
  • 5
  • 44
  • 72
1
vote
1 answer

django custom groups and custom permissions

I'm creating CMS and now facing some issue I need your advice. I have few different modules (apps) I can define custom permission to them - in model i define custom permissions like "view_store", "edit_store", "delete_store" and so on. And then I…
Ignas Butėnas
  • 6,061
  • 5
  • 32
  • 47
1
vote
1 answer

Can devpi-server be used to create groups?

Devpi's docs for the --restrict-modify param specify that in addition to specifying access rights for a user, access rights can also be modified for a group: specify which users/groups may create other users and their indices. Multiple users and…
0xdd
  • 311
  • 3
  • 15
1
vote
0 answers

iOS App Dev Best Practices for Turning features on and off

I have an App with a sign up, sign on process, in App Purchase to unlock features and several View Controllers exposed via NavigationControllers and hamburger menu's and buttons. I have a business requirement to implement a robust mechanism for…
CoolDocMan
  • 637
  • 7
  • 29
1
vote
1 answer

SQL Server 2008 with Windows Authentication: Windows login gets mapped to several DB users at the same time?

I have configured two users inside a SQL Server 2008 Express database: red and round. red maps to a local Windows group MACHINE\Red. red is a member of the default database roles db_datawriter. round maps to a local Windows group named…
1
vote
1 answer

Loading django user groups from json

I am trying to make multiple user groups. Each groups has a set of seperate permissions. Is there a way to initialize a django project with user-group permissions from json. I am looking for methods like python manage.py loaddata user_groups.json.
Sudheer K
  • 1,244
  • 2
  • 18
  • 31
1
vote
1 answer

Getting user's group name in Windows

I'm using a Java program that has to gather info that can be derived from the user's group. How can you get a user's group name from windows? Is it found in a file or is there some method/API for getting it? Please help. Thanks
jbu