AFP For Linux File server

Install

yum install netatalk

chkconfig atalk on

Configure the shares

/data/share1 "share1"
/data/share2 "test"

Configure User Access

  #%PAM-1.0
  #auth       required    pam_unix.so
  #account    required    pam_unix.so 
  #password   required    pam_cracklib.so
  #password   required    pam_unix.so use_authtok
  #session    required    pam_unix.so 
  auth       include      system-auth
  account    required     pam_nologin.so
  account    include      system-auth
  password   include      system-auth
  session    include      system-auth
  session    required     pam_loginuid.so
  

The Service

service atalk start