The idea of groups exists across all major operating systems. Groups are objects that contain other objects, usually users. This allows for simplification of access control assignments when many people need access to the same resources.
Questions tagged [groups]
463 questions
0
votes
1 answer
Groups and Symlinks, is this safe?
Im trying to serve similar content over two websites, but don't want to have 2 of each file, especially when they are growing.
The basics, im running CentOS, with cPanel.
Is it safe to do the following, I have folder downloads1 in…
sjohns
0
votes
1 answer
Samba groups not working
I am trying to get samba working with groups. I am using CentOS.
#sswords = yes
lanman auth = no
null passwords = no
hosts allow = 129.130.155.
netbios name = a server
server string = base PHP server
[team$]
path= /var/www
writable = yes
valid…

Joshua Enfield
- 3,454
- 8
- 42
- 59
0
votes
1 answer
After adding data files to a file group Is there a way to distribute the data into the new files?
I have a database in a single file group, with a single file group. I've added 7 data files to this file group. Is there a way to rebalance the data over the 8 data files other than by telling sql server to empty the original? If this is the only…

Blootac
- 177
- 1
- 2
- 9
0
votes
2 answers
Deployment and Ownership issues
As an extreme newbie, I am having difficulty managing ownership and permissions on my first box. What I can't figure out is how to deploy using one user, we will call him deploy and operate my php application with www-data user.
Currently as it…

kylemac
- 101
- 1
0
votes
1 answer
Who should be the owner of a group of service accounts on Google Cloud Platform?
I have an app that requires a set of permissions to various resources on the Platform. I want to have several (say 2) service accounts for this app to separate production activity from dev.
Generally Google recommends to avoid creating groups of…

vindex10
- 1
- 1
0
votes
3 answers
On Windows Server 2003, permissions are not propagating to a group that is a member of a group
Windows Server 2003 on i386.
FTP server is running as the SYSTEM user/group.
Some files we want served (read and write) are owned by the group 'ftp.'
ftp has full read/write/whatever permissions on those files and
directories.
SYSTEM can't…
Joshua K
0
votes
1 answer
Prevent an email address from going into Junkmail Domain Wide
The helpdesk has an email address and it all corespondense gets put into outlook junkmail.
Is there a way to flag this address as not junk in group policy or exchange server?
I know it can be done for a per user basis but that is a terrible way of…

JohnyV
- 938
- 4
- 26
- 45
0
votes
0 answers
Why do users in the administrators group not show they are in the group from a sssd joined host?
Noticed that when running id usertocheck or groups usertocheck the users in the administrators group did not show that group listed.
Checking on the windows dc with net user usertocheck shows Administrators group listed.
Performing an ldap query of…

Dave
- 229
- 2
- 10
0
votes
0 answers
Automatically add LDAP users to a local group
I manage about 100 servers running Alma Linux 9.1, each with multiple users. Historically we've had a single account "admin" that everyone logs into when working on a server. I'm moving us over to individual LDAP users via SSSD but have hit a…

miken32
- 942
- 1
- 13
- 35
0
votes
1 answer
Setting up groups and roles correctly on Google Cloud Platform IAM
I have recently been reviewing our roles and IAM on our very small (but set up a long time ago) organization on GCP and realized that we don't have any Essential Contacts defined (https://console.cloud.google.com/iam-admin/essential-contacts). I…

Tim Diggins
- 126
- 3
0
votes
1 answer
LDAP auth for hosts : same user should have different posixgroup memberships while login to different machines(hosts)
Any idea on how to achieve following objective with openLDAP server with unix clients
Objective :
a) Each user should have separate access restrictions to different hosts(unix servers) through LDAP server settings
b) Each such, logged in user (if…

Janaki
- 1
0
votes
1 answer
Synchronise Office 365 Group Members
Question:
I have a list of internal users who are assigned to an office 365 group A. We now want to make other office 365 groups (B, C, ...) that will inherit/synchronize all users from group A and allow for additional external or internal users to…

CuriousGoat
- 3
- 1
0
votes
1 answer
Users and groups not found, but exist in their respective files
I just encountered a bizarre condition on a Debian system I was working on.
Out of nowhere, a program complained that its rungroup could not be found. After a bit of digging around, it seems like my system no longer thinks any users or groups exist…

InterLinked
- 146
- 1
- 8
0
votes
0 answers
Google group only visible inside organization
I am owner of a Google group. I'm trying to use it to forward emails from AWS to group members so they can respond properly. However, messages sent to the group email address from outside the group cannot be sent. Every test email I send returns a…

Woody1193
- 103
- 3
0
votes
0 answers
pam-auth-update update of /etc/pam.d/common-auth doesn't work
I'm trying to match a FreeIPA user to a local group via FreeIPA group membership. When testing the manual edit of common-auth it works. But I'm trying to generate the file with pam-auth-update so that it won't break after an upgrade of something at…

dmgeurts
- 13
- 4