Top "Usergroups" questions

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

ASP.NET MVC check if user belongs to [x] group

Maybe I'm approaching this the wrong way and should be doing everything in action filters, in which case please point …

asp.net-mvc authentication authorization usergroups
VB.NET - How to Convert SID to Group Name with Active Directory

Using VB.NET, How do you Convert the sid to Group Name with Active Directory? example: I need to get "…

asp.net vb.net active-directory usergroups sid
Two owners of the same PostgreSQL database

Is it possible with Postgresql to create a database which has 2 users which act like owners to the database? I …

postgresql roles usergroups
Proper way to get groups of a user in linux using C

I want to know if there is any alternate C library for the unix command groups, $ groups ---- lists all …

c linux usergroups
Difference between user groupId and scopeGroupId

Whats the difference between themeDisplay.getUser().getGroupId() and themeDisplay.getScopeGroupId()? If I retrieve Layouts (pages) from it, would they have …

liferay usergroups
How to create a local user group (in C#)

I'm looking for a way how to programmatically create a local user group. I found plenty of examples on how …

c# local user-management usergroups
equivalent command of net group /domain for linux?

I've been searching for quite a while for this, And couldn't find it anywhere. Firstly, Is there equivalent command to: …

linux dns usergroups
Convert SID's to usernames/groups?

I'm looping through a network directory and trying to output the user/group names (permissions) associated with each file/folder. …

c# usergroups sid
Database users and groups model

I have 2 entities: users and groups. Easiest model is user(id,name,etc...), group(id,name), user_group_rel(user_…

database-design usergroups