source: branches/samba-3.2.x/source/script/mksmbpasswd.sh@ 787

Last change on this file since 787 was 133, checked in by Paul Smedley, 17 years ago

Update trunk to 3.2.0pre3

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.