X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=update.cgi;h=f1f82f9e81ae38e8d62fd6bfa6fdd3246fdbb654;hb=f82558216b5676e2fcc8725b348e1c094b10f151;hp=c7caafd010782830ba0dc096e4189ca98dea86ca;hpb=7e071849e84e3605d36cdef39332fe58e2dc76c7;p=mirror%2Fuserdir-ldap-cgi.git diff --git a/update.cgi b/update.cgi index c7caafd..f1f82f9 100755 --- a/update.cgi +++ b/update.cgi @@ -249,7 +249,7 @@ if (!($query->param('doupdate'))) { } # create a md5 crypted password - $newwebpassword = apache_md5_crypt($query->param('newwebpass'), &Util::CreateMD5Salt()); + $newwebpassword = apache_md5_crypt($query->param('newwebpass'), &Util::CreateCryptSalt(1, 1)); &Util::LDAPUpdate($ldap, $editdn, 'webPassword', $newwebpassword); }