- Timestamp:
- 05/27/08 08:03:48 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/storages/ldapstorage.py
r3364 r3372 1846 1846 def refundJob(self, jobident) : 1847 1847 """Marks a job as refunded in the history.""" 1848 dn = "cn=%s,%s" % (ident, self.info["jobbase"])1849 1848 fields = { 1850 1849 "pykotaAction" : "REFUND", 1851 1850 } 1852 self.doModify( dn, fields)1851 self.doModify(jobident, fields) 1853 1852 1854 1853 def storageUserFromRecord(self, username, record) :