diff options
Diffstat (limited to 'source4/script/mksmbpasswd.sh')
-rw-r--r-- | source4/script/mksmbpasswd.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/script/mksmbpasswd.sh b/source4/script/mksmbpasswd.sh deleted file mode 100644 index 854e1bd1b5..0000000000 --- a/source4/script/mksmbpasswd.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/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) } -' |