The group tag has no wiki summary.
2
votes
1answer
49 views
Group hierarchy in Active Directory [closed]
Is it possible to get group hierarchy in AD? It's for managing permissions to a web app from there.
I need to do this:
Users
Product
Admin
Task
Subtask1
Subtask2
Subtask3
Task 2
So if you ...
2
votes
3answers
193 views
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 ...
0
votes
2answers
81 views
Domain admin cannot change gpmc
Windows 2K8R2 domain.
I created a GPO to restrict Domain User access to certain server components on an RDS Host. Now I cannot access the functions I restricted. I am a member of both the Domain ...
0
votes
0answers
14 views
Where is the “set home page” group policy for Internet Explorer 10? [duplicate]
Looking for a GP for IE10 to force a user's home page to something I choose.
I know I can use IEAK, but even after applying that, the home page sometimes works, or sometimes defaults to ...
1
vote
1answer
81 views
Changing Password expiry date for limited users in Domain
I have 50 users in my domain. But i have to set password expiry days for 90 for only 10 users. How can i do it. How can this be done without affecting any other users Password Policy.
0
votes
0answers
25 views
Updated the Group policy to change the local admin password but not working
We have updated the group policy on server 2008 to change the local admin's password automatically to new one. Followed the Group polcy preferences for this activity but no luck. It is only working ...
1
vote
1answer
134 views
Debian USER with read/write permissions for www
I have a Debian Squeeze server with an EasySCP admin panel. This panel set domain folders in /var/www/virtual/domain.name
Every domain has a unique ID of vu2000, vu2001... Ownership of the files ...
0
votes
0answers
31 views
Getting apache to use ldap group and filesystem group information
We have an Apache server which serves out of a particular directory, and just supplies a listing of files. From this directory, each subdirectory is owned by a certain group of users (at the ...
1
vote
1answer
213 views
(Powershell) Method to return a list of groups where a specific user has 'write member' security
We use a piece of web-based software that users can log on to in order to manage access to shares controlled with AD groups. The list of groups a user can manage are the groups on which they have ...
1
vote
1answer
219 views
can i allow End Users to change the desktop background on Windows Server 2008 r2?
we are currnetly building a system consisting of windows server 2008 r2 (1 of 2 redundnacy) and 2 Win7 workstations. we would like to allow the customer (end users) to change the background at their ...
1
vote
0answers
191 views
AD group policy: auto-lock desktop after idle
Goal is to have desktops lock if they walk away. Compromise is screensaver after some idle time + ask password. Used group policy, set idle time and ask password option...problem is it works on ...
1
vote
0answers
90 views
Hosted Exchange and distribution group segregation
To keep my question as simple as possible, this is what I would like to address
Environment Exchange 2010Sp2
Give users the ability to manage distribution groups that they own through Outlook and ...
1
vote
2answers
187 views
Unix: how can I change Program's running user and running group?
I changed the APACHE_RUN_GROUP in /etc/apache2/envvars to
APACHE_RUN_GROUP=web-content
because I want Apache to run us www-data:web-content, insetad of www-data:www-data. I hate monotonous manual ...
0
votes
2answers
56 views
How can I make user and group ids the same on two servers?
I have two servers, one of which has a volume from the other mounted as an NFS device. I have an application on the mounter that creates files that must then be manipulated by an application on the ...
-3
votes
1answer
118 views
group policy and local administrator controlling personal computer that is NOT part of any group [closed]
I am unable to use my own personal computer because it says it is a group policy client and is completely controlled by some local administrator. I am NOT part of any group but somebody has complete ...
1
vote
3answers
119 views
Execute a command from another group
In Linux, I have the following id:
uid=1005(username) gid=1005(username) groups=1005(username),33(www-data),1002(git)
I'd like to change my effective gid to git so that everything I create will ...
4
votes
1answer
108 views
Apache multiple ldap groups
I am configuring Apache to authenticate against LDAP and require multiple groups to be present. I have done this with require statements, however I need the authentication to be successful if all ...
1
vote
2answers
998 views
Ubuntu Server 12.04: Write Files via Samba with Group Ownership
I have a shared samba drive set up on my virtual machine guest running Ubuntu Server 12.04.
\\ubuntu\www
The file path /var/www has the permissions www-data:www-data set up.
My user name abe is ...
1
vote
1answer
293 views
Ubuntu Server Permission Problems
Our sysadmin quit and I have been handed "the ropes." Unfortunately, I don't know how to climb very well.
Here is my problem.
We have 4 servers that we use for our hosting of client's sites. ...
0
votes
2answers
834 views
group policy in Windows Server 2008 [duplicate]
Possible Duplicate:
group policy in Windows Server 2008
One of our employees changed the users setting in a group policy which effects the login permissions for Administrators users.
Each ...
1
vote
1answer
409 views
group policy in Windows Server 2008
One of the employee in the Enterprise changed the users setting in group policy which effects the login permissions for Administrators users.
Each time I tried to log in locally this message shown:
...
3
votes
2answers
2k views
Share screen session with users in the same group (Linux)
I can create a detached screen session using the following command:
[user1@host-pc ~]$ screen -d -m -S sname program
...and resume to it using this command:
[user1@host-pc ~]$ screen -r sname
Is ...
-3
votes
2answers
63 views
Access to another user files [closed]
I have logged in as "userc". I need access to all the files that "usera" has. I have edited the following file,
vi /etc/group
usera:x:1000:userb,userc
But this does not seem to work.
I am still ...
0
votes
2answers
120 views
what to do in order to edit files under /var/www w/o logging in root password?
what's the best practice to do in order for me to edit the files under /var/www directory, without having to login my root password all the time? ...because I can't edit the scripts at all, undless i ...
2
votes
2answers
656 views
Deep Freeze Removing Group Policy?
I am having trouble applying group policies on computers with deep freeze installed on them. They are domain joined and pulling updates from our WSUS server before being frozen. When we freeze them ...
1
vote
1answer
154 views
Apache authenticate group of matching subdirectory
I have a unique scenario here - one that probably has come up in the past. I have a directory that is being protected by an LDAP authentication on my Apache server. In this directory (call it /svn - ...
0
votes
1answer
140 views
Dovecot LDA (deliver) and LDAP groups
I have a LDAP and a Dovecot running on my server, the Dovecot uses LDAP as userdb and authdb, postfix is using LDA (deliver) to deliver the mails to the user. Now I want to have group email addresses ...
3
votes
2answers
2k views
Is it ok to add users to the 'apache' group?
Are there any significant security concerns about adding users to the apache group? I am a programmer and I need access to all the files/directories in httpdocs - is there anything wrong with adding ...
-2
votes
1answer
60 views
Windows users and groups management software
I need software to manage a large number of groups for a FTP server. Ideally this software should also allow managing the associated NTFS rights for the folders on FTP (if they still match the ...
1
vote
0answers
124 views
can SECEDIT.exe be used to only add 1 group to 1 security policy? example?
I am assuming based on my research for using SECEDIT.exe -- that a template would be added to the exisitng security .SDB file. That this template would be very tiny... only naming the security policy ...
0
votes
1answer
31 views
Change group of only cache folders, recursive
I have a document root folder and I want to cange the group of only the cache directories. How can I do this recursive?
The cache directories are always below templates/html, and I want to change it ...
0
votes
2answers
112 views
how to group return string by timestamp and display how many hits per group
I am parsing my httpd access logs, to grab out which of our Google appliance's crawlers are bombarding my web servers, and when. If I type the command:
grep google /path/to/access_log | awk '{print ...
0
votes
0answers
113 views
Mails do not arrive at group aliases
--- DOMAIN ---
Tested domain: example.com (changed name)
Info about owner: I own this domain
Info about mx DNS entry: mail is handled by google apps
example.com mail is handled by 10 ...
0
votes
1answer
420 views
why domain gpo wallpaper is getting applied to the desktops only after logoff or restart
I've appllied wallpaper to Win XP and Win7 PCs through group policy and it is getting applied to all these PCs. My problem is when I change wallpaper jpeg file in server, wallpaper is not ...
0
votes
1answer
798 views
Battling with Office 2007/2010 GPOs
I just set a GPO for the Shared Themes Path for the entire Office 2007 and 2010 suite using the Group Policy: User Policy --> Administrative Templates --> Microsoft Office 2007 System --> ...
0
votes
1answer
90 views
Linux group / user permission issue
Redhat 5.5, logged in as root
I created a group dev-core
groupadd dev-core
Then I create a new user tony
useradd tony
I changed tony's password and added tony to group dev-core
usermod -a -G ...
0
votes
1answer
50 views
Reuse old transform with new Java update?
We just started deploying Java through GPO. Currently have Java 6 update 23 being pushed out and I would like to move to update 25. Do I need to recreate the transform for each update or can I just ...
1
vote
2answers
585 views
Prompt message after logon
Okay, I am trying to get the group policy to work where after logon the user gets a message prompt. I set the GP, but the message doesn't show.
I first searched and seen another post with the same ...
0
votes
1answer
3k views
2
votes
3answers
91 views
Splitting Servers into Two Groups
At our organization, we're looking at implementing some sort of informal internal policy for server maintenance. What we're looking at doing is completing maintenance on our entire server pool every ...
1
vote
1answer
307 views
Unable to change the Terminal Services Configuration as DOMAIN Admin from local console?
how to make the necessary changes in
tscc - [Terminal Services Configuration\Connections]
RDP-Tcp Properties | Client Settings tab
Disable the following:
[v] Clipboard mapping (selected and disabled ...
0
votes
1answer
452 views
Cleaning Up Unused Users and Groups (Ubuntu 10.10 Server)
I'm very much a beginner when it comes to Ubuntu and I've been learning the ropes by diving in and writing a (backend-language independent) web app framework that relies on apache, some clever ...
3
votes
3answers
6k views
Using group policy preferences to push a file to C:\Windows on a restricted user
We have a really old Video learning program that we need to run from the network for our students. However it uses Director Player 6.0 and the students get the error: "Unable to copy the driver file ...
4
votes
2answers
2k views
How to secure Outlook Web Access against Brute Force attack?
I'd like to secure Outlook Web Access with Exchange 2010 against a brute force attack using account lockout.
What is the best way to do this?
I have the following group policy:
Computer ...
2
votes
1answer
375 views
AD 2003 and AD2008: User works for 2 different OU's and we want to give them different permission depending on where they are working?
I may be on mission impossible:
Setting: Health Care
Concern: Restricting Access Based on Job Function of the day.
A person may work 3 days in one of our OU's, and then cover a shift in a different ...
0
votes
2answers
1k views
Win Server Security: Why do members of a group not get access when the Group has permission?
Environment: No Active Directory and no Domain Controller. Server is Win 2008
I have a directory with only ALLOW permissions set (no DENY permission)..and no inherited permissions. I have two ...
2
votes
2answers
97 views
Unix Group Permissions
I have created a directory and chown to have permissions master:webmaster and chmod the folder to 775 hence group writeable. So why is it i bert as a member of webmaster cant mv the directory or ...
2
votes
1answer
2k views
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?
0
votes
3answers
345 views
Can I give someone an FTP account so they can only see and edit the files they have made?
Me and several other people all have FTP access to the same folder. We're working on a website together but I don't want to give the other coders complete access to my site. I only want them to be ...
2
votes
1answer
576 views
What group does a package belong to?
In Fedora 13 distribution, how can one find what an install group a package belongs to?
As an example, I would like to know what install group the package inkscape belongs to.
Using:
yum info ...
