Can I login file server by using linux local user account when role=active directory domain controller ?

hyoscar wu hyoscarwu at gmail.com
Thu Oct 17 04:28:27 MDT 2013


standalone smb.conf
-----------------------------------------------------------------
[global]
passdb backend = smbpasswd
workgroup = WORKGROUP
        security=user
        server string=NAS Server
        encrypt passwords = Yes
        smb passwd file=/etc/config/smbpasswd
        guest account = guest
server role = STANDALONE
[TEST1]
path = /share/test1
read only = no

ADDC smb.conf
-----------------------------------------------------------------
[global]
        workgroup = AAA
        realm = aaa.bbb
        netbios name = NASC9E026
        server role = active directory domain controller
        dns forwarder = 10.8.2.11

[netlogon]
        path = /mnt/HDA_ROOT/samba/var/locks/sysvol/aaa.bbb/scripts
        read only = No

[sysvol]
        path = /mnt/HDA_ROOT/samba/var/locks/sysvol
        read only = No

[TEST1]
path = /share/test1
read only = no
--------------------------------------------------------------------

Can samba4 use multip backend when samba4 be ADDC ?



2013/10/17 Rowland Penny <repenny241155 at gmail.com>

> On 17/10/13 11:10, hyoscar wu wrote:
>
>> Sorry for my too simple description,
>>
>> Before enabling samba4 ADDC, I run samba4 as a standalone file server and
>> passdb backend=smbpasswd .
>> I create the same accounts in /etc/passwd and smbpasswd file.
>>
>> Can I login file server by using smbpasswd account (non domain account)
>> when samba4 role = ADDC ?
>>
>>
>>
>>  Hi, if you have provisioned Samba 4 and it is now running as an Active
> Directory server, then no, you do not have local users, they all need to be
> domain users.
>
> It might help if you posted your smb.conf
>
> Rowland
>


More information about the samba-technical mailing list