From 2eaaa3396132f0bc558f66ef6833380f74b661ff Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 10 May 2003 11:06:25 +0000 Subject: [PATCH] default profiles for unix-only and unix+samba users --- lam/config/profiles/users/samba.pru | 11 +++++++++++ lam/config/profiles/users/unix.pru | 7 +++++++ 2 files changed, 18 insertions(+) create mode 100644 lam/config/profiles/users/samba.pru create mode 100644 lam/config/profiles/users/unix.pru diff --git a/lam/config/profiles/users/samba.pru b/lam/config/profiles/users/samba.pru new file mode 100644 index 00000000..bf1c9659 --- /dev/null +++ b/lam/config/profiles/users/samba.pru @@ -0,0 +1,11 @@ +general_group: staff +general_homedir: /home/$user +general_shell: /bin/bash +unix_pwdwarn: 10 +unix_pwdallowlogin: 10 +unix_pwdminage: 1 +unix_pwdmaxage: 180 +smb_useunixpwd: 1 +smb_pwdcanchange: 1 +smb_homedrive: U: +smb_smbuserworkstations: * diff --git a/lam/config/profiles/users/unix.pru b/lam/config/profiles/users/unix.pru new file mode 100644 index 00000000..3a09ed69 --- /dev/null +++ b/lam/config/profiles/users/unix.pru @@ -0,0 +1,7 @@ +general_group: staff +general_homedir: home/$user +general_shell: /bin/bash +unix_pwdwarn: 10 +unix_pwdallowlogin: pwdall +unix_pwdminage: 1 +unix_pwdmaxage: 180