fix web password generation
authorMartin Zobel-Helas <zobel@debian.org>
Fri, 9 Mar 2012 11:32:46 +0000 (12:32 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Fri, 9 Mar 2012 11:32:46 +0000 (12:32 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
update.cgi

index 9f9b78c..13d847b 100755 (executable)
@@ -249,7 +249,7 @@ if (!($query->param('doupdate'))) {
     }
 
     # create a md5 crypted password
     }
 
     # create a md5 crypted password
-    $newwebpassword = apache_md5_crypt($query->param('newwebpass'), &Util::CreateCryptSalt(1));
+    $newwebpassword = apache_md5_crypt($query->param('newwebpass'), &Util::CreateCryptSalt());
     
     &Util::LDAPUpdate($ldap, $editdn, 'webPassword', $newwebpassword);
   }  
     
     &Util::LDAPUpdate($ldap, $editdn, 'webPassword', $newwebpassword);
   }