Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 309
blob848c6b9f9bd679c71f2f7637899d3baea30b4e63
1 Title: Trying to prevent read/write conflicts with a large user base
2 Level: 1
3 Component: wato
4 Version: 1.2.5i1
5 Date: 1386749884
6 Class: fix
8 When having a large amount of users, it might happen, that the user
9 configuration files are read while they are written e.g. by an automated
10 LDAP sync or some other modification to the user database. With bad
11 timing, the file could be read while being incomplete which might result
12 in syntax errors or similar unexpected situations. This changes the way
13 the files are being written to a more save way.