Map the 'Domain Admins' group into the local Ubuntu 'admin' group
Posted
by Miquella
on Server Fault
See other posts from Server Fault
or by Miquella
Published on 2010-06-16T07:36:35Z
Indexed on
2010/06/16
7:43 UTC
Read the original article
Hit count: 280
I have configured an Ubuntu 10.04 box to connect to our domain (Windows 2003 R2) using Likewise-Open. All the users can authenticate as expected. However, the domain administrators do not have administrative privileges to the machine.
After working at this for a few hours, I've determined what I think may be a solution: if I map the 'Domain Admins' group from the Active Directory into the local 'admin' group, the users should get the appropriate permissions. But I have no idea how to do that. Does this even sound like the correct approach?
A similar question was asked on StackOverflow and then migrated here. But it was never answered as it was recommended to be asked here instead.
Thanks in advance!
© Server Fault or respective owner