summaryrefslogtreecommitdiffstats
path: root/ax25/axspawn.conf.5
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2005-10-30 10:54:54 +0000
committerThomas Osterried <thomas@osterried.de>2005-10-30 10:54:54 +0000
commitaa4bb0d95fd8f0b16b6da1f4362b392fa114e8a1 (patch)
tree0f2d3a8e262ac9099ee2bea895e27a4df31fdbe5 /ax25/axspawn.conf.5
parent5415c12377828b89f7038d40cfbde25c836c3efa (diff)
- fixed bug when downloading large messages (where linux kernel returns
-EAGAIN, when buffers get empty, which leaded to data loss) - fixed bug when '\r\n' was splited into two reads (trailing \r in the first read, starting \n in the second read) -> resulted in an empty line - better FD_SET(&fdread) handling - added //COMP hufman compression - could make use of the useradd(8) program for generating new accounts
Diffstat (limited to 'ax25/axspawn.conf.5')
-rw-r--r--ax25/axspawn.conf.518
1 files changed, 15 insertions, 3 deletions
diff --git a/ax25/axspawn.conf.5 b/ax25/axspawn.conf.5
index 416ccdf..190d4c2 100644
--- a/ax25/axspawn.conf.5
+++ b/ax25/axspawn.conf.5
@@ -17,19 +17,31 @@ config file can best be seen in an example:
.br
create yes
.br
+# allow empty password field (so user may login via telnet, too) [default no]
+.br
+create_empty_password no
+.br
+#create_empty_password yes
+.br
+# create with system utility useradd(8)? [default no]
+.br
+#create_with_useradd no
+.br
+create_with_useradd yes
+.br
#
.br
# guest user if above is 'no' or everything else
.br
# fails. Disable with "no"
.br
-guest ax25
+guest guest
.br
#
.br
# group id or name for autoaccount
.br
-group ax25
+group hams
.br
#
.br
@@ -47,7 +59,7 @@ max_uid 2000
.br
# where to add the home directory for the new user
.br
-home /home/ax25
+home /home/hams
.br
#
.br