1 package FS::part_export::passwdfile;
4 use vars qw(@ISA %options);
6 use FS::part_export::null;
8 @ISA = qw(FS::part_export::null);
10 tie %options, 'Tie::IxHash',
11 'crypt' => { label=>'Password encryption',
12 type=>'select', options=>[qw(crypt md5)],