X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=update.cgi;h=5a59a3436be62c5bf7605b42668c977bab6ca954;hb=784c4020017d260775339c1231052ca4eb387f02;hp=02d3a5b28b5cb63030937a5a14e28809bef11c4b;hpb=dce01ebc1c99705de3acd1638edf0b9301ddf8cb;p=mirror%2Fuserdir-ldap-cgi.git diff --git a/update.cgi b/update.cgi index 02d3a5b..5a59a34 100755 --- a/update.cgi +++ b/update.cgi @@ -42,7 +42,7 @@ sub DieHandler { $ldap->unbind if (defined($ldap)); } -$SIG{__DIE__} = \&DieHandler; +#$SIG{__DIE__} = \&DieHandler; $ldap = Net::LDAP->new($config{ldaphost}); &Util::UpgradeConnection($ldap) unless $config{usessl} eq 'False'; @@ -249,7 +249,7 @@ if (!($query->param('doupdate'))) { } # create a md5 crypted password - $newwebpassword = apache_md5_crypt($query->param('newwebpass'), &Util::CreateCryptSalt(2)); + $newwebpassword = apache_md5_crypt($query->param('newwebpass'), &Util::CreateCryptSalt(1, 1)); &Util::LDAPUpdate($ldap, $editdn, 'webPassword', $newwebpassword); }