summaryrefslogtreecommitdiffstats
path: root/ax25/axspawn.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/axspawn.conf')
-rw-r--r--ax25/axspawn.conf17
1 files changed, 14 insertions, 3 deletions
diff --git a/ax25/axspawn.conf b/ax25/axspawn.conf
index 1f0bac4..3f4db4a 100644
--- a/ax25/axspawn.conf
+++ b/ax25/axspawn.conf
@@ -2,12 +2,22 @@
#
# allow automatic creation of user accounts
create yes
+
+# allow empty password field (so user may login via telnet, too) [default no]
+create_empty_password no
+#create_empty_password yes
+# create with system utility useradd(8)? [default no]
+#create_with_useradd no
+create_with_useradd yes
+
#
# guest user if above is 'no' or everything else fails. Disable with "no"
-guest ax25
+#guest ax25
+guest guest
#
# group id or name for autoaccount
-group ax25
+#group ax25
+group hams
#
# first user id to use
first_uid 400
@@ -16,7 +26,8 @@ first_uid 400
max_uid 2000
#
# where to add the home directory for the new user
-home /home/ax25
+#home /home/ax25
+home /home/hams
#
# user shell
shell /bin/bash