From 80f03f16c9aa3e2b27f087677c5a43e9e9175a8f Mon Sep 17 00:00:00 2001
From: "eseyman%linagora.com" <>
Date: Fri, 7 Dec 2007 05:53:02 +0000
Subject: Bug 397575: syncLDAP outputs HTML does not enable/disable accounts
 Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=LpSolit

---
 contrib/syncLDAP.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'contrib')

diff --git a/contrib/syncLDAP.pl b/contrib/syncLDAP.pl
index 07fa6f46b..cf02ed441 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;
    }
-- 
cgit v1.2.1