mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
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) }
|
||
|
'
|