Displaying 2 results from an estimated 2 matches for "22daqqc6".
2017 Aug 16
2
Share access problem
Hi Rowland and everyone,
Thanks a lot of for your answer!
I really appreciate it!
I modified all my config with your suggests BUT it still don't work.
I can ONLY list my local users with getent passwd, getent group... Why ?
https://pastebin.com/22DAQqc6
Thanks in advance.
Sébastien
[Samba] Share access problem.
Rowland Penny rpenny at samba.org <mailto:samba%40lists.samba.org?Subject=Re%3A%20%5BSamba%5D%20Share%20access%20problem.&In-Reply-To=%3C20170811203103.23525de2%40devstation.samdom.example.com%3E>
Fri Aug 11 19:31:03 UTC 2017...
2017 Aug 17
2
Share access problem
...:
> Hi Rowland and everyone,
>
> Thanks a lot of for your answer!
> I really appreciate it!
>
> I modified all my config with your suggests BUT it still don't work.
>
> I can ONLY list my local users with getent passwd, getent group...
> Why ? https://pastebin.com/22DAQqc6
>
WRONG:
idmap config * : range = 10000-20000
idmap config domain : range = 3000-7999
idmap config domain : backend = rid
idmap config * : backend = tdb
RIGHT:
idmap config * : backend = tdb
idmap config * : range = 3000-7999
idmap confi...