mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
f5bb18bfcb
(This used to be commit 02899224a1
)
7 lines
205 B
Bash
Executable File
7 lines
205 B
Bash
Executable File
#!/bin/sh
|
|
awk 'BEGIN {FS=":"
|
|
printf("#\n# SMB password file.\n#\n")
|
|
}
|
|
{ printf( "%s:%s:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[UD ]:LCT-00000000:%s\n", $1, $3, $5) }
|
|
'
|