Index: /usr/lib/cgi-bin/MAIN/bin/configure
===================================================================
--- /usr/lib/cgi-bin/MAIN/bin/configure (revision 8516)
+++ /usr/lib/cgi-bin/MAIN/bin/configure (working copy)
@@ -1264,7 +1264,7 @@
my @saltchars = ( 'a'..'z', 'A'..'Z', '0'..'9', '.', '/' );
my $salt = $saltchars[int(rand($#saltchars+1))] .
$saltchars[int(rand($#saltchars+1)) ];
- $updates{Password} =
+ $updates{'{Password}'} =
_perlifyType(
crypt( $query->param( 'newCfgP' ), $salt ),
'STRING' );
svn: 8518
SD