source: branches/samba-3.5.x/source3/script/mksmbpasswd.sh@ 717

Last change on this file since 717 was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial 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.