From c3925e601d89ae2601e725d56a853b7945e78e87 Mon Sep 17 00:00:00 2001 From: "eseyman%linagora.com" <> Date: Fri, 7 Dec 2007 05:50:01 +0000 Subject: [PATCH] Bug 397575: syncLDAP outputs HTML does not enable/disable accounts Patch by Emmanuel Seyman r=LpSolit a=LpSolit --- contrib/syncLDAP.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2