From 5e57df9aa26ee901773c42fd2d7ee9acfb8dfeda Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 4 Jul 2003 14:39:04 +0000 Subject: [PATCH] removed samba and unix user profile, replaced by default profile --- lam/config/profiles/users/samba.pru | 10 ---------- lam/config/profiles/users/unix.pru | 7 ------- 2 files changed, 17 deletions(-) delete mode 100644 lam/config/profiles/users/samba.pru delete mode 100644 lam/config/profiles/users/unix.pru diff --git a/lam/config/profiles/users/samba.pru b/lam/config/profiles/users/samba.pru deleted file mode 100644 index fca1a9ab..00000000 --- a/lam/config/profiles/users/samba.pru +++ /dev/null @@ -1,10 +0,0 @@ -general_group: staff -general_homedir: /home2/$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: diff --git a/lam/config/profiles/users/unix.pru b/lam/config/profiles/users/unix.pru deleted file mode 100644 index 9a183030..00000000 --- a/lam/config/profiles/users/unix.pru +++ /dev/null @@ -1,7 +0,0 @@ -general_group: staff -general_homedir: /home/$user -general_shell: /bin/bash -unix_pwdwarn: 10 -unix_pwdallowlogin: 10 -unix_pwdminage: 1 -unix_pwdmaxage: 180