• [^] # Re: Samba 4 n'est pas Samba 3

    Posté par (site web personnel) . En réponse à la dépêche Samba se met enfin en 4.0 et prend en charge les AD. Évalué à 3.

    [gnumdk@wendy ~]$ cat /etc/samba/smb.conf
    [global]
    ###########
    # DOMAINE #
    ###########
     workgroup = AD
     realm = AD.***-TOULOUSE.FR
     netbios name = wendy
     server string = Debian Linux
     security = ads
     client use spnego = yes
     domain master = no
     local master = no
     preferred master = no
     os level = 0
    ###########
    # WINBIND #
    ###########
     idmap backend = tdb
     idmap uid = 2000-10000000
     idmap gid = 2000-10000000
     idmap config AD: backend = rid
     idmap config AD: range = 2000-10000000
     template shell = /bin/bash
    # winbind separator = + 
     winbind use default domain = yes 
     winbind enum users = no 
     winbind enum groups = no 
     winbind nested groups = yes 
     map untrusted to domain = no 
     winbind refresh tickets = yes
     machine password timeout = 0