- Timestamp:
- 02/20/04 17:38:39 (21 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/conf/pykota.conf.sample
r1356 r1357 122 122 # Nothing to do with "storagecaching" which is higher level 123 123 # and database independant. 124 # This saves some search queries and may help with heavily 125 # loaded LDAP servers. 126 # This is EXPERIMENTAL. 124 127 ldapcache: no 125 128 -
pykota/trunk/pykota/storages/ldapstorage.py
r1356 r1357 22 22 # 23 23 # $Log$ 24 # Revision 1.54 2004/02/20 16:38:39 jalet 25 # ldapcache directive marked as experimental 26 # 24 27 # Revision 1.53 2004/02/20 14:42:21 jalet 25 28 # Experimental ldapcache directive added … … 861 864 if newlifetimepaid is not None : 862 865 fields.update({ "pykotaLifeTimePaid" : str(newlifetimepaid) }) 863 return self.doModify(user.idbalance, fields , flushcache=1)866 return self.doModify(user.idbalance, fields) 864 867 865 868 def writeLastJobSize(self, lastjob, jobsize, jobprice) :