Cleanup config.nodes_of
[check_mk.git] / .werks / 5718
blob9cd5c93f8ddca43b4e1d489e04f606f5686aac22
1 Title: omd: Improved error handling when deleting site users
2 Level: 1
3 Component: omd
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0i3
7 Date: 1517516618
8 Class: fix
10 When deleting a Check_MK site, the whole site user including it's
11 home directory and group is removed. Previous versions were suppressing
12 errors occuring during deletion of the site user which could leave
13 the site user untouched including the site group which can only
14 be deleted when the user has been deleted.
16 The <tt>omd rm</tt> command will now fail with an error in case the
17 user can not be deleted and print out the reason for this issue. After
18 resolving it, you can then try to execute <tt>omd rm</tt> again.