Here is how I set it up on Fedora Core 5:
- yum install netatalk
- vi /etc/atalk/afpd.conf
Comment out last line and add this one:
- -noddp -uamlist uams_dhx.so - vi /etc/atalk/AppleVolumes.default
Add shares to the end of the file ie:
/home home - Change this:
ATALKD_RUN=yes
PAPD_RUN=yes
to:
ATALKD_RUN=no
PAPD_RUN=no
and
Comment out this line:
ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1` - chkconfig atalk on
- service atalk start
Then add users your users:
useradd username -g groupname
passwd username
February 9, 2008 at 6:02 am
Hey,
What’s the advantage of AFP to SMB on a local network?
September 26, 2008 at 12:13 am
afp is the Apple File Protocol and SMB (Samba) is the Microsoft Windows version.