[Samba] Samba 4 as member server

steve steve at steve-ss.com
Mon Aug 5 15:01:48 MDT 2013


On Mon, 2013-08-05 at 22:25 +0200, Klaus Rörig wrote:
>  I cannot the member server working.
> 
> My smb.conf:
> 

Hi
Leave the domain and remove the .tdb files in /var/lib/smb. Then rejoin
with this:

> [global]
>         workgroup = VERWALTUNG
>         security = ads
>         realm = VERWALTUNG.LEIBNIZ-REMSCHEID.DE
>         encrypt passwords = true

>         idmap config *:backend = tdb
>         idmap config *:range = 70001-80000
>         idmap config VERWALTUNG:backend = ad
>         idmap config VERWALTUNG:schema_mode = rfc2307
>         idmap config VERWALTUNG:range = 500-40000
> 
>         winbind nss info = rfc2307
>         winbind trusted domains only = no
>         winbind use default domain = yes
>         winbind enum users = yes
>         winbind enum groups = yes
> 
> [verwaltung]
>         path = /srv/shares
>         read only = no

Start it with:
smbd; winbindd

Prolly not perfect, but should get you a bit close.
hth
Steve



More information about the samba mailing list