Questions tagged [groups]

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.

463 questions
15
votes
5 answers

List All Groups and Their Members with PowerShell on Win2008r2

I am new to powershell, but I've been reading manuals and practiced a little bit. My objective is to List all users in all Security Groups under specified path. I have found the way to do it: get-adgroup -Filter * -SearchBase…
Alec T
  • 463
  • 1
  • 9
  • 21
15
votes
2 answers

find files NOT belonging to group

How do I find files not belonging to particular group? find /home -group NOT test
Michael
  • 397
  • 1
  • 7
  • 15
13
votes
2 answers

Security Group vs Distribution Group

Within our AD set-up there are a lot of security groups, but only 1 distribution group (that a previous admin created). Both types of group contain lists of domain objects (users in the one I was looking at). What is the difference between a…
SteB
  • 989
  • 6
  • 15
  • 31
13
votes
2 answers

Puppet: how to create and manage unix users and groups

This last week I spent all effort into learning Puppet. Now I suffer from a mental buffer overflow and little confidence of ever being able to tame this beast. I came across many annotated examples but due to their countless variations I fail to…
drumfire
  • 1,699
  • 3
  • 14
  • 21
12
votes
2 answers

Temporary membership to AD group

We restrict the running of exe's across the organization. But based on justifications & approvals we add users to (specific) AD groups for 24 hours. Currently the process of removing the users from those AD groups after X hours is manual. I am…
Anoop
  • 223
  • 3
  • 8
11
votes
2 answers

What are the implications of converting all my groups to universal groups?

In Exchange 2010 distribution groups must be universal. This is supported by documentation You can create or mail-enable only universal distribution groups. I am trying to create a role based security group structure so that if someone leaves or…
Matt
  • 740
  • 6
  • 28
11
votes
5 answers

/etc/passwd shows user in a group, but /etc/group does not

I want to verify that the user account filesender_1 is a member of the group valid_senders. When I look at /etc/group, filesender_1 is not there: valid_senders:x:12345:production_1 I read this as "production_1 is the only member of the group…
Thomas L Holaday
  • 1,353
  • 4
  • 16
  • 19
11
votes
3 answers

In SQL Server, when should you split your PRIMARY Data FileGroup into secondary data files?

Our database currently only has one FileGroup, PRIMARY, which contains roughly 8GB of data (table rows, indexes, full-text catalog). When is a good time to split this into secondary data files? What are some criteria that I should be aware of?
Jarrod Dixon
  • 685
  • 2
  • 13
  • 23
11
votes
2 answers

SQL Server 2005 / 2008 - multiple files / filegroups - how many? Why?

I'm a developer at heart - but every now and then, a customer doesn't have a decent DBA to deal with these issues, so I'm called in to decide.... What are your strategies / best practices when it comes to dealing with a reasonably sized SQL Server…
marc_s
  • 1,152
  • 4
  • 21
  • 35
11
votes
5 answers

How to add a domain user to the local admin group remotely?

I need to add a domain user in the local administrator group remotly and I have to the local admin password
Eslam
  • 111
  • 1
  • 1
  • 3
10
votes
2 answers

Does Linux keeps a cache of groups members if on LDAP ? (Difference between groups vs getent group))

Our users and groups LDAP configuration is working. Our server is using LDAP to store users and groups. # /etc/nsswitch.conf : passwd: compat ldap group: compat ldap shadow: compat ldap But today we added a new group in…
db_ch
  • 648
  • 5
  • 14
  • 21
10
votes
1 answer

Can I "merge" two groups using SID history?

I have two AD groups which were erroneously created while there should instead have been only one group; they contain the exact same users. However, these groups have been assigned various permissions on variuos resources (like file shares), and I'm…
Massimo
  • 70,200
  • 57
  • 200
  • 323
10
votes
6 answers

Creating a Dynamic Group in Active Directory with users from a OU

I would like to create a dynamic group with users from a specific OU in my Active Directory. I can do this perfectly using Exchange Dynamic Distribution List, but of course, Ex DDL's are only for mail. There's any way to create this? I've found some…
Vinícius Ferrão
  • 5,520
  • 11
  • 55
  • 95
10
votes
3 answers

What are the consequences of an AD group that has as its member a group, that is already a member (Cyclic references)

I have been looking at an Active Directory that has several thousand groups, where pairs of groups are members of each other. GroupA has GroupB as a Member. GroupB has GroupA as a Member. Oy. I am trying to think through possible consequences of…
geoffc
  • 2,165
  • 5
  • 25
  • 40
10
votes
1 answer

How do I set the default group for a vsftpd user's uploads? (ubuntu 10.04)

How do I set the default group for a vsftpd user's uploads? When I upload a file, the files group is set to the username... How do I get it to automatically set to a specific group?
EmpireJones
  • 358
  • 1
  • 4
  • 13
1
2
3
30 31