How to change the default home directory permissions for QAS users?
The home directories are created with permissions of 700 by default, to prevent anybody other than the owner from accessing the home directory. The permissions can be modified by setting the [vas_auth] homedir-perms option in vas.conf file. For example change the permissions to 755 to allow other users to see the contents of the home directory.
1 - Run the following command:
# /opt/quest/bin/vastool configure vas vas_auth homedir-perms 755
The above command will edit to /etc/opt/quest/vas/vas.conf and set the setting like below:
[vas_auth]
homedir-perms = 755
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center