LDAP Settings Caching
Interlock uses a “cacher” of sorts to save new Constants in the interlock_backend/ldap/constants_cache.py file.
Whenever a Setting is changed to a value that differs from the default, it is saved in that file.
Once all the data is written the Django Service automatically reloads itself.
Such file is automatically generated and manual modification should be highly discouraged as updates can break the file (or most likely, loose whatever is in it) should it contain unexpected data.