Is it possible to use more than one domain with winbind? My smb.conf file is below. 
can you put workgroup = domain1 domain2? Redhat 9 workstations

[global]
        workgroup = domain1
        netbios name = ST1071004
        server string = ST1071005
        security = DOMAIN
        password server = domain1 PDC
        log file = /var/log/samba/log.%m
        max log size = 50
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        dns proxy = No
        wins server = wins1, wins2
        ldap ssl = no
        idmap uid = 10000-20000
        idmap gid = 10000-20000
        template shell = /bin/bash
        winbind separator = +

[homes]
        comment = Home Directories
        read only = No
        browseable = No

[printers]
        comment = All Printers
        path = /var/spool/samba
        printable = Yes
        browseable = No

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to