X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fshellcommands_withdomain.pm;fp=FS%2FFS%2Fpart_export%2Fshellcommands_withdomain.pm;h=61cea79eda5bf5931cd8608cd5da374e94e7c1cc;hb=30925e53c865e27db217a3d8cdaa529970cda4c6;hp=89ee95fa3b7ab3ccefa714574cdf6f09b753ed64;hpb=3d4a3ffa131e07e53d40908a8bed38906c73445d;p=freeside.git diff --git a/FS/FS/part_export/shellcommands_withdomain.pm b/FS/FS/part_export/shellcommands_withdomain.pm index 89ee95fa3..61cea79ed 100644 --- a/FS/FS/part_export/shellcommands_withdomain.pm +++ b/FS/FS/part_export/shellcommands_withdomain.pm @@ -44,6 +44,10 @@ tie my %options, 'Tie::IxHash', 'unsuspend_stdin' => { label=>'Unsuspension command STDIN', default=>'', }, + 'crypt' => { label => 'Default password encryption', + type=>'select', options=>[qw(crypt md5)], + default => 'crypt', + }, ; %info = ( @@ -86,7 +90,7 @@ The following variables are available for interpolation (prefixed with
  • $domain
  • $_password
  • $quoted_password - unencrypted password quoted for the shell -
  • $crypt_password - encrypted password +
  • $crypt_password - encrypted password (quoted for the shell)
  • $uid
  • $gid
  • $finger - GECOS, already quoted for the shell (do not add additional quotes)