mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
default profiles for unix-only and unix+samba users
This commit is contained in:
parent
faf75ced09
commit
2eaaa33961
2 changed files with 18 additions and 0 deletions
11
lam/config/profiles/users/samba.pru
Normal file
11
lam/config/profiles/users/samba.pru
Normal file
|
@ -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: *
|
7
lam/config/profiles/users/unix.pru
Normal file
7
lam/config/profiles/users/unix.pru
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue