How I get Domain Administrator to have access in samba ? When I try to access samba from Computer management i get access denied
Assuming that you have an AD domain, you would primarily manage the domain via Microsoft's Remove Server Administration Tools i.e. Active Directory Users and Computers, DNS Manager, etc. https://wiki.samba.org/index.php/Installing_RSAT Computer Management is only at a local level. Kris Lou klou at themusiclink.net On Tue, Oct 11, 2016 at 11:12 AM, jacek burghardt via samba < samba at lists.samba.org> wrote:> How I get Domain Administrator to have access in samba ? When I try to > access samba from Computer management i get access denied > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
On Tue, 11 Oct 2016 12:12:28 -0600 jacek burghardt via samba <samba at lists.samba.org> wrote:> How I get Domain Administrator to have access in samba ? When I try to > access samba from Computer management i get access deniedThere are are a couple of ways, give Administrator a uidNumber, or the preferred way (well, my preferred way), add a line to smb.conf and then create a user map On a domain member (this is not required on a Samba DC), add a line similar to this: username map = /usr/local/samba/etc/user.map and create the file /usr/local/samba/etc/user.map containing this: !root = SAMDOM\Administrator SAMDOM\administrator Administrator administrator reload the configuration or restart Samba and Administrator becomes root. Rowland
I have samba join to domain controller server 2012R2 computer managment gives me an error message net rpc rights grant "Domain Admins" SeDiskOperatorPrivilege -U "Domain\\Administrator" -S RIMFIRE -I dc.domain this command fails