Bug 6184 - AD Groups not mapped as Admin Users
Summary: AD Groups not mapped as Admin Users
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.3
Classification: Unclassified
Component: Winbind (show other bugs)
Version: unspecified
Hardware: x64 Linux
: P3 major
Target Milestone: ---
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-12 06:01 UTC by djook
Modified: 2009-03-12 09:29 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description djook 2009-03-12 06:01:54 UTC
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
Comment 1 djook 2009-03-12 07:52:57 UTC
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
Comment 2 djook 2009-03-12 09:29:37 UTC
did a git clone later on this day, recompiled and it worked