]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 397575: syncLDAP outputs HTML does not enable/disable accounts
authoreseyman%linagora.com <>
Fri, 7 Dec 2007 05:53:02 +0000 (05:53 +0000)
committereseyman%linagora.com <>
Fri, 7 Dec 2007 05:53:02 +0000 (05:53 +0000)
Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=LpSolit

contrib/syncLDAP.pl

index 07fa6f46b44d49fa39c83f293a556237a35027f1..cf02ed4415091c226d6793c1ec937166af9e01a2 100755 (executable)
@@ -276,7 +276,7 @@ if($readonly == 0) {
         Bugzilla::User->create({
             login_name => $key, 
             realname   => @$value{'realname'},
-            password   => '*'});
+            cryptpassword   => '*'});
       }
       print "done!\n" unless $quiet;
    }