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.5 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ax25/axspawn.conf.5') 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 -- cgit v1.2.3