repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3-spoolss: fix notify_printer_status_byname.
[Samba.git]
/
packaging
/
Debian
/
debian-sarge
/
mksmbpasswd.awk
blob
a7b41a725d353264b86b7e1561fae90e19c9ddc0
1
#!/usr/bin/awk -f
2
BEGIN
{
FS
=
":"
3
printf
(
"#
\n
# SMB password file.
\n
#
\n
"
)
4
}
5
{
printf
(
"%s:%s:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[U ]:LCT-00000000:%s
\n
"
,
$
1
,
$
3
,
$
5
) }