I am struggling with this pop up while using Outset to mount an SMB share on every login under login-every.
Initial observation says this could be happening because of these lines in our script-
############## Mount the network home
writelog "Mounting $adHome"
mount_script=`/usr/bin/osascript > /dev/null << EOT
tell application "Finder"
activate
mount volume "path to share"
end tell
EOT`
Any idea if anyone here is seeing this issue?