Samba 3.0.0 I connected to my domain and can login without a problem. That was my 
Primary domain. Now i want to connect to a child domain. I went to another RedHat 9 
workstation, typed net rpc join -S childdomain -U admin. it says joined child domain. 
i start winbind and type wbinfo -u. it shows all the users on my primary domain and 
none of the domain i just joined. The pc i was working on had not joined a domain 
before. my smb.conf is below. Any insight on this? This is a fairly big WAN.

[global]
        workgroup = <<CHILDDOMAIN>>
        netbios name = IBP-13
        server string = IBP
        security = DOMAIN
        password server = <<CHILDDOMAIN PDC SERVER>>
        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-100000
        idmap gid = 10000-100000
        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