barış tombul
2019-Feb-20 13:29 UTC
[Samba] Samba file sharing without AD network(samba 4.8)
Dear all, If i write security=domain in smb.conf file, all the ACL problems disappear. Do you have any config file about file sharing without AD people?(These people have domain user name and password but their PCs are out of the domain.) Could you please send me this file if you have? Kind regards. Barış
Rowland Penny
2019-Feb-20 13:54 UTC
[Samba] Samba file sharing without AD network(samba 4.8)
On Wed, 20 Feb 2019 16:29:36 +0300 barış tombul via samba <samba at lists.samba.org> wrote:> Dear all, > > If i write security=domain in smb.conf file, all the ACL problems > disappear. Do you have any config file about file sharing without AD > people?(These people have domain user name and password but their PCs > are out of the domain.)They may have the same name and password as a domain user, but they are different users. An AD domain has a SID, it is this that identifies the domain. Your users PC's will also have SID, but it will be different from the domain SID. So, when they connect, they need to connect as the other user, even if it appears to be the same user. See here: https://superuser.com/questions/727944/accessing-a-windows-share-with-a-different-username Rowland
Rowland Penny
2019-Feb-20 17:18 UTC
[Samba] Samba file sharing without AD network(samba 4.8)
On Wed, 20 Feb 2019 20:07:46 +0300 barış tombul <bbtombul at gmail.com> wrote:> Hi Rowland, > I can't see username password screen. > >What I was trying to point out was, this isn't a Samba problem, it is an AD problem, so try searching the internet. Rowland