summaryrefslogtreecommitdiffstats
path: root/ax25/axspawn.conf.5
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2005-12-10 12:39:57 +0000
committerThomas Osterried <thomas@osterried.de>2005-12-10 12:39:57 +0000
commite9898ef81f6abb033c5380780d2089e246ceceb3 (patch)
treeb2898392afaca942b2e66881e6d6941a05fd43fc /ax25/axspawn.conf.5
parentbf12fec1a11c59c726fc6e13a7407fe3e330b2b1 (diff)
- fdlock(): fixed potential lock due to return without unlock
- new password methods (read pwcheck for more info) - mode for homedirectory: new config option secure_home. if not set, new homedirectories become drwxr-xr-x if set, new homedirectories become drwx-----x. other=x, because otherwise uses would be iritating that for e.g. their public_html is not accessable..
Diffstat (limited to 'ax25/axspawn.conf.5')
-rw-r--r--ax25/axspawn.conf.516
1 files changed, 16 insertions, 0 deletions
diff --git a/ax25/axspawn.conf.5 b/ax25/axspawn.conf.5
index 190d4c2..cb33d9a 100644
--- a/ax25/axspawn.conf.5
+++ b/ax25/axspawn.conf.5
@@ -31,6 +31,16 @@ create_with_useradd yes
.br
#
.br
+# pwcheck method: password or call or group. [default: password]
+.br
+#pwcheck call
+.br
+#pwcheck group
+.br
+pwcheck password
+.br
+#
+.br
# guest user if above is 'no' or everything else
.br
# fails. Disable with "no"
@@ -63,6 +73,12 @@ home /home/hams
.br
#
.br
+# secure homedirectories (g-rwx)
+.br
+#secure_home yes
+.br
+#
+.br
# user's shell
.br
shell /bin/bash