[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Woody-Sarge Upgrade w/ Samba Problems



Just upgraded a Debian box to Sarge and my Samba shares don't seem to
work quite the same.  This box should be using Domain Authentication
and I successfully rejoined the domain with a net join command but the
only people that can open share are ones that have user account on the
device and on the domain.  Anybody have any ideas?

Here is the config:

# Global parameters
[global]

   panic action = /usr/share/samba/panic-action %d
        workgroup = OCC
        netbios name = COMPT-CD
        server string = CDROM Server
        security = DOMAIN
        encrypt passwords = true
   passdb backend = smbpasswd guest
        obey pam restrictions = Yes
        passwd program = /usr/bin/passwd %u
        passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n .
        syslog = 0
        log file = /var/log/samba/log.%m
        max log size = 1000
        name resolve order = wins lmhosts hosts bcast
        os level = 0
        preferred master = False
        local master = No
        domain master = False
        dns proxy = No
        wins server = 172.30.10.21
        invalid users = root
        guest ok = Yes

[BC_03_07_Jul]
        comment = BCC 2003 July
        path = /iso/shares/BCC_2003_07
        guest only = Yes

[BC_03_08_Aug]
        comment = BCC 2003 August
        path = /iso/shares/BCC_2003_08
        guest only = Yes

[BC_03_09_Sep]
        comment = BCC 2003 September
        path = /iso/shares/BCC_2003_09
        guest only = Yes

[BC_03_10_Oct]
        comment = BCC 2003 October
        path = /iso/shares/BCC_2003_10
        guest only = Yes



Reply to: