[Samba] Trouble connecting to Samba from win2k3

Paul Jacobs paul.j at aptalaska.com
Thu Oct 28 17:11:51 GMT 2004


I have a windows 2003 domain with a 2way trust to a NT 4.0 domain.  I have 
successfully added the samba machine to the windows 2003 domain (using net 
ads join)  however, I cannot connect to it with with win2003 credentials. 
When I run wbinfo -u it retrieves all the accounts from the NT domain but 
not the 2003 domain.  I am new to Samba so I am not sure where to go next. 
The machine shows up in network neighborhood browser but ask for user name 
and password and will not accept anything I give it from 2003 domain or nt 
domain.  I did map a local unix group to win2k3 group and added the 
permissions to share but this did not work either.  Below is my samba 
config.  I am using samba 3.04 on a SUSE 9.1 machine.  Any help/suggestions 
would be greatly appreciated.

# Samba config file created using SWAT
# from 0.0.0.0 (0.0.0.0)
# Date: 2004/10/27 10:19:00

# Global parameters
[global]
        unix charset = LOCALE
        workgroup = MYNETBIOSNAME
        realm = ADDOMAIN.COM
        server string = Samba 3.0.2
        security = ADS
        password server = mydc.addomain.com
        username map = /etc/samba/smbusers
        log level = 1
        syslog = 0
        log file = /var/log/samba/%m
        max log size = 50
        preferred master = No
        wins server = mydc.addomain.com
        ldap ssl = no
        idmap uid = 10000-20000
        idmap gid = 10000-20000
        template primary group = "Domain Users"
        template shell = /bin/bash
        winbind separator = +

[homes]
        comment = Home Directories
        valid users = %S
        read only = No
        browseable = No

[printers]
        comment = SMB Print Spool
        path = /var/spool/samba
        guest ok = Yes
        printable = Yes
        browseable = No

[print$]
        comment = Printer Drivers
        path = /var/lib/samba/drivers
        admin users = root, Administrator
        write list = root

[Myshare]
        writeable = yes
        public = yes
        path = /home/samba/public

 



More information about the samba mailing list