I have created a Policy that will install a piece of Software and run a
Script to configure the plist file to include the current logged in users
short name.
#! /bin/sh
# Set variable
user=id -un
# Set Permissions on Tempora folder
chmod -R 777 /Library/Application Support/Tempora
# Run command
/usr/libexec/PlistBuddy -c "Set :NetLogin $user" /Library/Application
Support/Tempora/webservice.plist
exit 0
Because Casper runs everything as root the script sets the NetLogin to
root.
Does anyone have a better solution?
Cheers
Joe
+ 60 Kingly Street, London, W1B 5DS
* helpdesk at bbh.co.uk
( +44 207 453 4983
4
www.bartleboglehegarty.com
This transmission is from BBH Partners LLP, it is confidential and intended
solely for the person or organisation to whom it is addressed. This
transmission may contain confidential information within its content or any
attachment. You should not copy, use or distribute in any way any of the
information contained within this transmission other than in accordance
with the prior written permission of an authorised BBH representative.
Partnership Information:
Registered name: BBH Partners LLP
Registered office: 60 Kingly Street London W1B 5DS
Place of registration: England and Wales
Registered number: OC355051
Although all messages/file attachments passing through this gateway are
scanned for viruses we cannot guarantee that any file is 100% virus-free.
/
