safer defaults for DC scripts
This commit is contained in:
parent
875f5689f7
commit
beb3d94941
@ -118,12 +118,12 @@
|
|||||||
# disables profiles support by specifing an empty path
|
# disables profiles support by specifing an empty path
|
||||||
; logon path =
|
; logon path =
|
||||||
|
|
||||||
; add user script = /usr/sbin/useradd %u
|
; add user script = /usr/sbin/useradd "%u" -n -g users
|
||||||
; add group script = /usr/sbin/groupadd %g
|
; add group script = /usr/sbin/groupadd "%g"
|
||||||
; add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
|
; add machine script = /usr/sbin/adduser -n -c "Workstation (%u)" -M -d /nohome -s /bin/false "%u"
|
||||||
; delete user script = /usr/sbin/userdel %u
|
; delete user script = /usr/sbin/userdel "%u"
|
||||||
; delete user from group script = /usr/sbin/deluser %u %g
|
; delete user from group script = /usr/sbin/deluser "%u" "%g"
|
||||||
; delete group script = /usr/sbin/groupdel %g
|
; delete group script = /usr/sbin/groupdel "%g"
|
||||||
|
|
||||||
|
|
||||||
# ----------------------- Browser Control Options ----------------------------
|
# ----------------------- Browser Control Options ----------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user