summaryrefslogtreecommitdiffstats
path: root/ax25/axspawn.conf
diff options
context:
space:
mode:
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
#