summaryrefslogtreecommitdiffstats
path: root/ax25/axspawn.conf
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
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')
-rw-r--r--ax25/axspawn.conf16
1 files changed, 15 insertions, 1 deletions
diff --git a/ax25/axspawn.conf b/ax25/axspawn.conf
index 3f4db4a..5935d34 100644
--- a/ax25/axspawn.conf
+++ b/ax25/axspawn.conf
@@ -9,7 +9,18 @@ create_empty_password no
# create with system utility useradd(8)? [default no]
#create_with_useradd no
create_with_useradd yes
-
+#
+# pwcheck method: password or call or group [default: password]
+# "password" means, that passwords with '+' force a login without
+# prompting for a password (old behaviour; backward compatibility).
+# "call" means, that ham calls via ax25/netrom/rose/.. should be able
+# to login without password, even if it's set (for e.g. to secure
+# from abuse of inet connections)
+# "group" means, that if the gid of the user matches the configured
+# default user_gid, then the login is granted without password.
+#pwcheck call
+#pwcheck group
+#pwcheck password
#
# guest user if above is 'no' or everything else fails. Disable with "no"
#guest ax25
@@ -29,6 +40,9 @@ max_uid 2000
#home /home/ax25
home /home/hams
#
+# secure homedirectories (g-rwx)
+#secure_home yes
+#
# user shell
shell /bin/bash
#