On Fri, 2013-05-31 at 12:56 +0100, Alex Matthews wrote:
> Hi all,
> 
> I have a samba server as member of an AD DC.
> In said AD DC there is the 'administrator' user which has the default 
> UID of 0 (the same as root)
> from the ADDC:
> 
> # id administrator
> uid=0(root) gid=513(SMC\Domain Users) groups=0(root),513(SMC\Domain 
> Users),3000005(SMC\Group Policy Creator Owners),3000009(SMC\Enterprise 
> Admins),512(SMC\Domain Admins),3000007(SMC\Schema Admins)
> 
> from the member server:
> # id administrator
> id: administrator: no such user

Map it to root:

[global]
...
username map = /path/to/usermap
...

with /path/to/usermap having something like:
root = SMC\\administrator SMC\administrator

(not sure about the backslashes so I've put both possibilities)


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to