Changeset 2798
- Timestamp:
- 03/20/06 16:47:48 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/storages/ldapstorage.py
r2776 r2798 1281 1281 "pykotaHardLimit" : str(grouppquota.HardLimit), 1282 1282 "pykotaDateLimit" : str(grouppquota.DateLimit), 1283 "pykotaMaxJobSize" : str( userpquota.MaxJobSize or 0),1283 "pykotaMaxJobSize" : str(grouppquota.MaxJobSize or 0), 1284 1284 } 1285 1285 self.doModify(grouppquota.ident, fields)