summaryrefslogtreecommitdiff
path: root/netatalk/netatalk-iponly.conf
blob: 9254eeed3b335318d8aa390c4677083ed15ad7a9 (plain)
  1. # Appletalk configuration
  2. # Change this to increase the maximum number of clients that can connect:
  3. #AFPD_MAX_CLIENTS=20
  4. AFPD_MAX_CLIENTS=100
  5. # Change this to set the machine's atalk name and zone:
  6. # NOTE: if you're zone has spaces in it, you're better off specifying
  7. # it in afpd.conf
  8. #ATALK_ZONE=@zone
  9. ATALK_NAME=`/bin/hostname --short`
  10. # specify this if you don't want guest, clrtxt, and dhx
  11. # available options: uams_guest.so, uams_clrtxt.so, uams_dhx.so,
  12. # uams_randnum.so
  13. #AFPD_UAMLIST="-U uams_clrtxt.so,uams_randnum.so"
  14. # Change this to set the id of the guest user
  15. AFPD_GUEST=nobody
  16. # Set which daemons to run:
  17. PAPD_RUN=no
  18. AFPD_RUN=yes
  19. # Don't turn this off without also turning off PAP
  20. # and use -noddp in /etc/netatalk/afpd.conf
  21. ATALK_RUN=no
  22. # Control whether the daemons are started in the background
  23. ATALK_BGROUND=no