From e9898ef81f6abb033c5380780d2089e246ceceb3 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sat, 10 Dec 2005 12:39:57 +0000 Subject: - 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.. --- ax25/axspawn.conf | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'ax25/axspawn.conf') 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 # -- cgit v1.2.3