source: branches/samba-3.0/source/script/mksmbpasswd.sh@ 384

Last change on this file since 384 was 1, checked in by Paul Smedley, 18 years ago

Initial code import

File size: 205 bytes
Line 
1#!/bin/sh
2awk 'BEGIN {FS=":"
3 printf("#\n# SMB password file.\n#\n")
4 }
5{ printf( "%s:%s:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[UD ]:LCT-00000000:%s\n", $1, $3, $5) }
6'
Note: See TracBrowser for help on using the repository browser.