I have 3 computers, two of which are servers running Windows Server 2008 and another running Windows 7.
One of the servers has the following roles installed; Active Directory, DHCP and DNS. The other server has a Terminal Server role installed.
I have an Ubuntu Server 12.04 box that has active directory integration running on it. I want to allow a certain active directory group access to execute a script as sudo.
I'm a developer, not a server admin, so please bear with me!
I've been tasked with checking the installation of some software on a Windows Server 2008 R2 machine in the cloud, within two scenarios:
There is no domain, the software will use local users and groups for authentication
There is a domain, the software will use domain users and groups for authentication
I've done part 1, but I'm puz
I've been stuck on this for a while, not sure what permission I'm missing. I've got domain A and domain B, A trusts B, but B does not trust A. I'm trying to run a service in domain A with a user account from domain B and I keep getting Access is Denied. I'm using the FQDN after the username and the password is correct.
So I've created a domain controller (DC) as well as 3 machines (SQL-A, SQL-B, SQL-CORE). All are running Windows Server2008R2 (on virtualbox). I have successfully joined the 3 machines to the domain controller.
Next I created a user in active directory called Kim_Akers who is a member of "Domain Admins", "Domain users", "Enterprise Admins" and "Schema Admins".
I am unable to promote my newly installed Windows Server 2012 machine to a domain controller.
Joining the domain as a server that is a member of the domain worked fine.
I am looking into some weird issues with active directory and group policy. This domain has been upgraded from windows NT and has had a few different administrators over the years. I am looking through the Default Domain group policy and Default Domain Controller group policy.
I have a SLES11 x86_64 server running the versions of Samba, MIT Kerberos 5, SASL, OpenLDAP client supported by Novell, and have Active Directory integration as a member server working quite nicely, including enumeration of users and groups through nsswitch (getent passwd, getent group).
I'm trying to automate file sharing process and I started by creating some Active Directory groups for each permission:
USR_TEST_GROUP_RD, USR_TEST_GROUP_WR, USR_TEST_GROUP_FULL
I add some Active Directory users to those groups and added those 3 groups to the folder with their permissions but I keep gettng Access Denied message.