Netatalk to Samba

Wayne Dozier wdozierlist at gborocollege.edu
Fri Jan 11 19:29:02 GMT 2002


I have installed Netatalk on my samba server.  When a user
uses chooser to connect to my server.  It maps their home
folder but does not map any of the other share folders.  I
am sure there is something in one of the config files I must
add but have found nothing in any of the documentation that
tells where.  I have made no changes to the Netatalk files.
Any hints on where I should start.  Will I have to add
anything to my smb.conf file?  Here is a copy of my smb.conf
file:

[global]

   netbios name = xxxxxxx
   workgroup = xxxxx
   server string = xxxxxx Print Server
   
   os level = 64
   preferred master = yes
   domain master = yes
   local master = yes
   
   security = user
   
   encrypt passwords = yes
   
   domain logons = yes
   
   printcap name = /etc/printcap
   load printers = yes
   printing = bsd
   log file = /var/log/samba/log.%m
   max log size = 50
   
   
   
   passwd program = /usr/bin/passwd %u
   smb passwd file = /etc/samba/smbpasswd
   
   
   
    
   dns proxy = no
   admin users = wdozier
   printer admin = wdozier 
   share modes = no


#============================ Share Definitions
==============================
[homes]
   comment = Home Directories
   guest ok = no
   browseable = no
   writable = yes
   create mask = 0755
   directory mask = 0755
   locking = no

 [netlogon]
   comment = Network Logon Service
   path = /etc/samba/netlogon
   guest ok = no
   writable = no
   share modes = no


# NOTE: If you have a BSD-style print system there is no
need to 
# specifically define each individual printer
[printers]
   comment = All Printers
   path = /var/spool/samba
   browseable = no
   printable = yes
   
[coursefolders]
	comment = Course Folders
	path = /home/coursefolders
	read only = No

Any help is appreciated.  Oh and just so you know, Windows
client log in and map fine.

Wayned Dozier
Greensboro College
Network Administrator




More information about the samba mailing list