Announcement

Collapse
No announcement yet.

Samba wont work with Mac OS X

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Samba wont work with Mac OS X

    hey guys,

    finally got my network problems sorted, and samba setup. i am able to access the share via my win xp laptop, but still cannot access it with my mac. i keep getting authentication errors no matter which account i use. what could possibly be going wrong?
    is NOT going back to microshaft!

    #2
    Re: Samba wont work with Mac OS X

    what does your /etc/samba/smb.conf file look like ?
    Mark Your Solved Issues [SOLVED]
    (top of thread: thread tools)

    Comment


      #3
      Re: Samba wont work with Mac OS X

      Code:
      [global]
        ; General server settings
        netbios name = chris-Dimension-4600i
        server string =
        workgroup = MSHOME
        announce version = 5.0
        socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=8192 SO_SNDBUF=8192
      
        encrypt passwords = true
      
        passdb backend = tdbsam
        security = user
        null passwords = true
        username map = /etc/samba/smbusers
        name resolve order = hosts wins bcast
      
        wins support = yes
      
        printing = CUPS
        printcap name = CUPS
      
        syslog = 1
        syslog only = yes
      
      ; NOTE: If you need access to the user home directories uncomment the
      ; lines below and adjust the settings to your hearts content.
      ;[homes]
        ;valid users = %S
        ;create mode = 0600
        ;directory mode = 0755
        ;browseable = no
        ;read only = no
        ;veto files = /*.{*}/.*/mail/bin/
      
      ; NOTE: Only needed if you run samba as a primary domain controller.
      ; Not needed as this config doesn't cover that matter.
      ;[netlogon]
        ;path = /var/lib/samba/netlogon
        ;admin users = Administrator
        ;valid users = %U
        ;read only = no
      
      ; NOTE: Again - only needed if you're running a primary domain controller.
      ;[Profiles]
        ;path = /var/lib/samba/profiles
        ;valid users = %U
        ;create mode = 0600
        ;directory mode = 0700
        ;writeable = yes
        ;browseable = no
      
      ; NOTE: Inside this place you may build a printer driver repository for
      ; Windows - I'll cover this topic in another HOWTO.
      [print$]
        path = /var/lib/samba/printers
        browseable = yes
        guest ok = yes
        read only = yes
        write list = root
        create mask = 0664
        directory mask = 0775
      
      [printers]
        path = /tmp
        printable = yes
        guest ok = yes
        browseable = no
      
      ; Uncomment if you need to share your CD-/DVD-ROM Drive
      ;[DVD-ROM Drive]
        ;path = /media/cdrom
        ;browseable = yes
        ;read only = yes
        ;guest ok = yes
      
      ;[MyFiles]
      ;  path = /home/chris
      ;  browseable = yes
      ;  read only = no
      ;  guest ok = no
      ;  create mask = 0644
      ;  directory mask = 0755
      ;  force user = chris
      ;  force group = chris
      
      [MyFiles]
      path = /home/chris
      comment = My Files
      browseable = yes
      public = yes
      writable = yes
      inherit permissions = 0755
      create mask = 0755
      security mask = 0755
      guest ok = yes
      is NOT going back to microshaft!

      Comment


        #4
        Re: Samba wont work with Mac OS X

        i don't see anything really wrong with that. as long as your users able to connect from other machines. the only thing you might want to check is that you have the correct workgroup when trying to log in w/ the mac.
        Mark Your Solved Issues [SOLVED]
        (top of thread: thread tools)

        Comment


          #5
          Re: Samba wont work with Mac OS X

          thanks sithlord, i will check that.
          is NOT going back to microshaft!

          Comment


            #6
            Re: Samba wont work with Mac OS X

            workgroup is correct on the mac.
            is NOT going back to microshaft!

            Comment

            Working...
            X