mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
ef2e26c91b
(This used to be commit b0510b5428
)
7 lines
205 B
Bash
7 lines
205 B
Bash
#!/bin/sh
|
|
awk 'BEGIN {FS=":"
|
|
printf("#\n# SMB password file.\n#\n")
|
|
}
|
|
{ printf( "%s:%s:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[U ]:LCT-00000000:%s\n", $1, $3, $5) }
|
|
'
|