From: eseyman%linagora.com <> Date: Fri, 7 Dec 2007 05:50:01 +0000 (+0000) Subject: Bug 397575: syncLDAP outputs HTML does not enable/disable accounts X-Git-Tag: bugzilla-3.0.3~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3925e601d89ae2601e725d56a853b7945e78e87;p=thirdparty%2Fbugzilla.git Bug 397575: syncLDAP outputs HTML does not enable/disable accounts Patch by Emmanuel Seyman r=LpSolit a=LpSolit --- diff --git a/contrib/syncLDAP.pl b/contrib/syncLDAP.pl index 72ea917980..6370fc8d60 100755 --- a/contrib/syncLDAP.pl +++ b/contrib/syncLDAP.pl @@ -276,7 +276,7 @@ if($readonly == 0) { Bugzilla::User->create({ login_name => $key, realname => @$value{'realname'}, - password => '*'}); + cryptpassword => '*'}); } print "done!\n" unless $quiet; }