From b407fa1bbfe6dfead1991fe576183acc5053e3d8 Mon Sep 17 00:00:00 2001 From: Luca Filipozzi Date: Thu, 16 Jan 2014 23:26:19 +0000 Subject: [PATCH] fix typo --- update.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.cgi b/update.cgi index 60a2040..c264eaf 100755 --- a/update.cgi +++ b/update.cgi @@ -266,7 +266,7 @@ if (!($query->param('doupdate'))) { &Util::HTMLError("Password check failed for rtc-password: $msg. Please go back and try again."); } # create a md5 crypted password - $newrtcpassword = &md5_hex( ldap_explode_dn($editid)->[0]{UID} . '@debian.org:rtc.debian.org:' . $query->param('newrtcpass') ); + $newrtcpassword = &md5_hex( ldap_explode_dn($editdn)->[0]{UID} . '@debian.org:rtc.debian.org:' . $query->param('newrtcpass') ); &Util::LDAPUpdate($ldap, $editdn, 'rtcPassword', $newrtcpassword); } -- 2.20.1