Hi All.
I just have a quick question about login triggers and running a script. Our goal is to allow all users to manage print queues. We currently use MCX and a group added to the lpadmin group. That works...most of the time. Instead - for a more robust solution and one that works off out network - I want to start running a simple script at login that adds the user logging in to the lpadmin group.
The bulk of the script is this:
dseditgroup -o edit -n /Local/Default -a $user -t user $group
Our JSS is not visible outside of our production network, but for various reasons I can't control, the JSS has a public DNS record. I don't want to cause significant delays when they aren't on the network and it's checking for policies at login. Is there anything that I can do/should be aware of? I think last time I looked at this, there could be a 2 minute delay at times. I think if I just created a policy with "Make Available Offline" I should be OK correct?
Thanks for the advice!
Aaron