@nhvdwalt,
>> you have no idea how long I've looked for this
You are welcome.
>> Would I need to restart the Object Spawner ?
Yes, also you should add the following script to WorkspaceServer_usermods.sh
workspace_user=$(whoami)
workspace_user_ccaches=$(find /tmp -maxdepth 1 -user ${workspace_user} -type f -name "krb5cc_*" -printf '%T@ %p\n' | sort -k 1nr | sed 's/^[^ ]* //' | head -n 1)
if test ! -z "$workspace_user_ccaches"; then
echo "Most recent krb5 ccache found for '${workspace_user}' at '${workspace_user_ccaches}'."
echo "Cache last modified: $(stat -c%y ${workspace_user_ccaches})"
export KRB5CCNAME=$workspace_user_ccaches
echo "KRB5CCNAME has been set to ${KRB5CCNAME}."
else
echo "No krb5 credentials caches were found in /tmp for '${workspace_user}'."
fi
>> Is it possible to get notification for new posts on the site ?
Yes, you can subscribe to the topic or the board. Click on the wheel in the right top corner.