mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
disable template accounts by default
(This used to be commit 02899224a1
)
This commit is contained in:
parent
6566a89bee
commit
f5bb18bfcb
@ -2,5 +2,5 @@
|
||||
awk 'BEGIN {FS=":"
|
||||
printf("#\n# SMB password file.\n#\n")
|
||||
}
|
||||
{ printf( "%s:%s:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[U ]:LCT-00000000:%s\n", $1, $3, $5) }
|
||||
{ printf( "%s:%s:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[UD ]:LCT-00000000:%s\n", $1, $3, $5) }
|
||||
'
|
||||
|
Loading…
Reference in New Issue
Block a user