in 3.3.2 when declaring an Active Directory group as admin users, admin users = "@DOMAIN/group" it doesn't work, the users are not mapped as root as it musts and does in other versions With an AD User, it works
CONFIGURATION [global] log file = /var/log/samba/log.%m log level = 10 load printers = no idmap gid = 10000-200000 socket options = TCP_NODELAY wins server = 192.168.0.245 client use spnego = yes encrypt passwords = true winbind use default domain = yes realm = BLABLA.LAN template shell = /bin/bash dns proxy = no nt acl support = yes netbios name = zeph server string = zeph printing = bsd idmap uid = 10000-200000 password server = ad.blabla.lan template homedir = /home/%U workgroup = BLABLA winbind enum groups = yes winbind enum users = yes winbind refresh tickets = true security = ADS winbind separator = / max log size = 50 winbind cache time = 10 admin users = "@BLABLA/admins du domaine" domain master=no local master=yes
did a git clone later on this day, recompiled and it worked