]> git.pld-linux.org Git - packages/netatalk.git/blob - netatalk.sysconfig
- new version 1.5.2
[packages/netatalk.git] / netatalk.sysconfig
1 # Appletalk configuration
2 # Change this to increase the maximum number of clients that can connect:
3 AFPD_MAX_CLIENTS=50
4
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=`echo ${HOSTNAME}|cut -d. -f1`
10
11 # specify this if you don't want guest, clrtxt, and dhx
12 # available options: uams_guest.so, uams_clrtxt.so, uams_dhx.so, 
13 #                    uams_randnum.so
14 AFPD_UAMLIST="-U uams_clrtxt.so,uams_randnum.so"
15
16 # Change this to set the id of the guest user
17 AFPD_GUEST=nobody
18
19 # Set which daemons to run (papd is dependent upon atalkd):
20 ATALKD_RUN=yes
21 PAPD_RUN=yes
22 AFPD_RUN=yes
23 TIMELORD_RUN=yes
This page took 0.0258 seconds and 3 git commands to generate.