# Appletalk configuration
# Change this to increase the maximum number of clients that can connect:
AFPD_MAX_CLIENTS=5
# Change this to set the machine's atalk name:
ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1`
# Comment out this line to enable normal (clear text) logins:
#AFPD_NOCLR=-C
# Comment out this line to enable AFS login: (not yet supported)
#AFPD_NOAFS=-A
# Comment out this line to enable kerberos login: (not yet supported)
#AFPD_NOKRB=-K
# Comment out this line to enable guest logins:
#AFPD_NOGUEST=-G
# Change this to set the id of the guest user
AFPD_GUEST=nobody
# Set which daemons to run:
PAPD_RUN=yes
AFPD_RUN=yes
# Control whether the daemons are started in the background
ATALK_BGROUND=yes
