summaryrefslogtreecommitdiff
path: root/netatalk/netatalk-iponly.conf
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2001-09-18 09:13:00 +0000
committerJonas Smedegaard <dr@jones.dk>2001-09-18 09:13:00 +0000
commita08512ee44c535b6884c6c8a04214b6b96ab57a8 (patch)
tree4dcf78ff9a5f10caddbbb479e7d408afad762a90 /netatalk/netatalk-iponly.conf
parent50b98999a06c041a21a28962660a34c5adb0ae84 (diff)
Add netatalk/*
Diffstat (limited to 'netatalk/netatalk-iponly.conf')
-rw-r--r--netatalk/netatalk-iponly.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/netatalk/netatalk-iponly.conf b/netatalk/netatalk-iponly.conf
new file mode 100644
index 0000000..9254eee
--- /dev/null
+++ b/netatalk/netatalk-iponly.conf
@@ -0,0 +1,29 @@
+# Appletalk configuration
+# Change this to increase the maximum number of clients that can connect:
+#AFPD_MAX_CLIENTS=20
+AFPD_MAX_CLIENTS=100
+
+# Change this to set the machine's atalk name and zone:
+# NOTE: if you're zone has spaces in it, you're better off specifying
+# it in afpd.conf
+#ATALK_ZONE=@zone
+ATALK_NAME=`/bin/hostname --short`
+
+# specify this if you don't want guest, clrtxt, and dhx
+# available options: uams_guest.so, uams_clrtxt.so, uams_dhx.so,
+# uams_randnum.so
+#AFPD_UAMLIST="-U uams_clrtxt.so,uams_randnum.so"
+
+# Change this to set the id of the guest user
+AFPD_GUEST=nobody
+
+# Set which daemons to run:
+PAPD_RUN=no
+AFPD_RUN=yes
+
+# Don't turn this off without also turning off PAP
+# and use -noddp in /etc/netatalk/afpd.conf
+ATALK_RUN=no
+
+# Control whether the daemons are started in the background
+ATALK_BGROUND=no