New version of service fs_home
Created by: stavamichal
- there is major change in the processing data and also in the protocol version
- processing data is now divided into two separate files, first one with data needed for creating home directories for users, second one with data to set quotas on all defined volumes
- administrator of the facility can now choose which attributes for quotas will be used by setting attribute 'readyForNewQuotas' to 'true' if new attributes should be used or to 'false' if old attributes should be used. Format of output data file is the same for both logic
- slave script was modified to respect these changes so first all home directories are created and then all quotas are changed
- IMPORTANT: because the protocol version has been changed, new package with service fs_home need to be updated. Also pre|post scripts and mid hooks should be check if they still work with new modifications in the slave script.