Changeset 2798

Show
Ignore:
Timestamp:
03/20/06 16:47:48 (18 years ago)
Author:
jerome
Message:

Fixed a problem with LDAP backend (copy&paste again !)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storages/ldapstorage.py

    r2776 r2798  
    12811281                   "pykotaHardLimit" : str(grouppquota.HardLimit), 
    12821282                   "pykotaDateLimit" : str(grouppquota.DateLimit), 
    1283                    "pykotaMaxJobSize" : str(userpquota.MaxJobSize or 0), 
     1283                   "pykotaMaxJobSize" : str(grouppquota.MaxJobSize or 0), 
    12841284                 } 
    12851285        self.doModify(grouppquota.ident, fields)