1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

correct typo in delete user script; bug 887

(This used to be commit 44ef3dd2b3)
This commit is contained in:
Gerald Carter 2003-12-22 21:26:29 +00:00
parent 81e3125db2
commit a7e2a1a919

View File

@ -154,7 +154,7 @@
; add user script = /usr/sbin/useradd %u
; 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
; delete user script = /usr/sbin/userdle %u
; delete user script = /usr/sbin/userdel %u
; delete user from group script = /usr/sbin/deluser %u %g
; delete group script = /usr/sbin/groupdel %g