Posted on 07-10-2015 05:39 AM
Hey
I'm sure this is uber simple, however, would like to display a Policy banner for acceptable usage.
Have noticed that the Banner keeps reappearing if the machine is left idle, any ideas on how i could only get it to appear once?
Cheers
Posted on 07-10-2015 05:54 AM
Well, how are you displaying it right now?
Posted on 07-10-2015 05:56 AM
So have placed a .rtf document in /library/Security
Posted on 07-10-2015 06:07 AM
No way to turn off the 60 second loop. The security daemon keeps running specifically looking. Since you have the .rtf there, it will always pop up if not logged into.
Posted on 07-10-2015 06:41 AM
You'd probably need to create a LaunchDaemon that kicks in after the user has successfully logged in once that rm's the policy banner file the next time the Mac reboots. That won't prevent it from coming up if they just log out to the login screen though.
Posted on 07-10-2015 07:40 AM
@mm2270 Thanks alot, will explore that!