Link to home
Start Free TrialLog in
Avatar of paulbueltmann
paulbueltmann

asked on

Samba 3 Problem with NT Users

I have installed Fedora RC2 with all of the updates and Samba Version 3.0.6-2.fc2.  Below is a copy of my smb.conf file.  I was able to add the computer to the domain with out problem.  When I issue a wbinfo -u or -g I get all of the expected output.  The strange thing is when I try to use getent passwd some users(NT Users) get the expected output other users do not get anything returned.  For the users that I do get information back with using the wbinfo I am able to chown files/directories to their user name and NT user groups and they show up properly when browsing the "Network".  Hope someone can shed some light on this for me.

Thanks

# Global parameters
[global]
        workgroup = DOMAIN1
        netbios name = FILESERVER
        server string = Dell 6300
        security = DOMAIN
        auth methods = winbind
        password server = *
        unix password sync = Yes
        log level = 2
        log file = /var/log/samba/%m.log
        max log size = 50
        name resolve order = wins lmhosts
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        printcap name = /etc/printcap
        os level = 0
        preferred master = No
        domain master = No
        dns proxy = No
        wins server = 192.168.1.2
        idmap uid = 16777216-33554431
        idmap gid = 16777216-33554431
        winbind separator = +
        winbind enable local accounts = No
        winbind use default domain = Yes
        guest ok = Yes
        hosts allow = 127.0.0.1, 192.168.1.0/255.255.255.0
        case sensitive = No
        strict locking = No
 
[homes]
        comment = Home Directories
        read only = No
        browseable = No
 
[printers]
        comment = All Printers
        path = /var/spool/samba
        printable = Yes
        browseable = No
 
[samba]
        comment = UsersShare
        path = /var/samba
        read only = No
        browseable = Yes
        inherit permissions = Yes
Avatar of paullamhkg
paullamhkg

Is there any firewall setting in the NT client which disable the connection from your samba to NT clients? or have you try to disable the NT client firewall and set to accept the samba connection?
ASKER CERTIFIED SOLUTION
Avatar of paullamhkg
paullamhkg

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial