When using our deluser-check script by enabling it in vas.conf you receive the following errors in the system logs:
delusercheck script (/opt/quest/libexec/vas/scripts/deleted_check.sh) ran for too long
Increase the amount of time it is allowed to run by adjusting the following option:
[vasd]
deluser-check-timelimit = 120
To get a decent idea of what to put the timeout value at, run the deleted_check.sh script manually along with time:
[root@v403h-rh6 scripts]# time ./deleted_check.sh
real 0m2.117s
user 0m0.223s
sys 0m1.049s
[root@v403h-rh6 scripts]#
This will give you, in seconds, how long it took to run. Try this on a few machines to get an overall average. Once you seem to have a decend benchmark, take the longest time and add 10-15 seconds and use that as your timeout value.
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center