[Samba] ntfs user mappings?

Jeff Sadowski jeff.sadowski at gmail.com
Fri Nov 3 20:52:45 UTC 2017


On Fri, Nov 3, 2017 at 2:43 PM, Rowland Penny <rpenny at samba.org> wrote:
> On Fri, 3 Nov 2017 13:53:22 -0600
> Jeff Sadowski via samba <samba at lists.samba.org> wrote:
>
>> just get objectsid and use this
>>
>> https://blogs.msdn.microsoft.com/oldnewthing/20040315-00/?p=40253
>
> Why ???
>

So that when someone on a linux machine writes to disk and they open
it up on a windows machine it will show it was written by the same
person. (or vise versa)

Anyways it is a bit more complicated as I know objectSid it is in
base64 not just hex so I'll have to do a little more work than I
though. It is however a fun exercise.

> From reading the manpage, you need a usermap like this:
>
>     john::S-1-5-21-3141592653-589793238-462643383-1008
>     mary::S-1-5-21-3141592653-589793238-462643383-1009
>     :smith:S-1-5-21-3141592653-589793238-462643383-513
>     ::S-1-5-21-3141592653-589793238-462643383-10000
>
> Note the third one is obviously wrong, the RID is '513', so 'smith'
> should be 'Domain Users'

I don't know about you but I use RFC2307
it doesn't matter what the SID is for it to map to my linux machines.

>
> So all you need is the user or groups name and a simple script to
> extract the objectSid.
>
> Rowland
>



More information about the samba mailing list