[Samba] Samba 3 to Samba 4

Rowland Penny rowlandpenny at googlemail.com
Tue Jan 14 02:07:08 MST 2014


On 14/01/14 08:38, Shem Pasamba wrote:
> On 1/14/2014 4:25 PM, Rowland Penny wrote:
>> Hi, could you show us the smb.conf from the samba 4 server please ?
>>
>> Rowland
> Here's the smb.conf in the server.
>
> # Global parameters
> [global]
>         workgroup = AIIAS.SAMBA4
>         realm = aiias.samba4.edu
>         netbios name = SAMBA4
>         server role = active directory domain controller

Right, the above line shows that you are running samba 4 as an active 
directory domain controller and as such you need to connect to it a lot 
differently to the way you are trying now.

you have 'passdb backend = tdbsam' in your clients smb.conf, this is 
used to store passwords locally, you have then setup winbind to pull the 
users passwords from AD, I am pretty sure that you cannot do both

As I said, it would seem you cannot have a dot in your workgroup name, 
see here: https://lists.samba.org/archive/samba/2014-January/177858.html

Could you please tell us what OS's you are using, so as to try and help 
you setup the smb.conf's correctly.

Rowland
> server services = rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbind, 
> ntp_signd, kcc, dnsupdate, smb
>         dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, 
> netlogon, lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser, 
> eventlog6, backupkey, dnsserver, win$
>         idmap_ldb:use rfc2307 = yes
>
> # Debug logging information
>         log level = 5
>         log file = /var/log/samba4/samba.log
>         max log size = 50
>         debug timestamp = yes
>
> [netlogon]
>         path = 
> /usr/local/AD/samba/var/locks/sysvol/aiias.samba4.edu/scripts
>         read only = No
>
> [sysvol]
>         path = /usr/local/AD/samba/var/locks/sysvol
>         read only = No
> [v01]
>     read only=No
>     path=/V01
>



More information about the samba mailing list