There is no excerpt because this is a protected post.
Archive for the ‘Os X Workstation’ Category
Protected: 2009-2010 SMS Image
Posted in Os X Workstation on Tuesday, 30 Jun 2009 | Enter your password to view comments
Leopard client with AD Binding & OD Preferences
Posted in Os X Workstation, tagged AD, OD on Thursday, 14 May 2009 | Leave a Comment »
.. partial notes..
Laptop built using district build 34 and all updates to 10.5.6 (including sw).
bound to AD
802.1x configuration created as a Login Window Profile with blank username/password for the district wireless network
dc1 cert stored in keychain as part of a default Login profile.
Enabled network connection radiobutton/icon for the login window. It is configured in [...]
Add a printer via terminal or applescript
Posted in Os X Workstation, tagged Admin, ARD, How-To on Thursday, 22 Jan 2009 | Leave a Comment »
Using terminal:
/usr/sbin/lpadmin -p tms-copier-room18-01 -E -v lpd://tms-copier-room18-01 -P /Library/Printers/PPDs/Contents/Resources/en.lproj/CNR5050X1.PPD.gz -o printer-is-shared=false -D “tms-copier-room18-01 (Office)”
In Applescript you’ll need to use double quotes, etc.
do shell script “/usr/sbin/lpadmin -p tms-copier-room18-01 -E -v lpd://tms-copier-room18-01 -P /Library/Printers/PPDs/Contents/Resources/en.lproj/CNR5050X1.PPD.gz -o printer-is-shared=false -D ”tms-copier-room18-01 (Office)”“
If you have spaces in the driver name or elsewhere, be sure to preface them with a space. The [...]
Integrating OS X Server into an AD Environment
Posted in OS X Server, Os X Workstation, tagged AD, OD on Friday, 2 Jan 2009 | Leave a Comment »
Server Setup
Install Leopard Server in Advanced Mode as a Standalone Server.
Server Admin: Add wanted services, configure, and start them (specifically SMB)
Directory Utility: Bind to Domain
Added AD Domain under the Directory Servers tab/icon and the binding to AD happened automatically under the Services icon/tab.
Advanced options: Use UNC path from AD using SMB
Default user shell: /bin/bash
Server Admin:
Enable [...]
Configure Leopard for a different Software Update Server
Posted in Os X Workstation, tagged Admin on Wednesday, 3 Dec 2008 | Leave a Comment »
via neverblog.net
To configure a Mac running OS X 10.5 (Leopard) to connect to a local Apple Software Update server, simply use the following command, where servername is the name of your local server that runs Software Update.
defaults write /Library/Preferences/com.apple.Softwareupdate CatalogURL http://servername:8088/
If you have any problems, verify that you can see the update server by accessing [...]
Disable EFI password – Intel Mac
Posted in Os X Workstation, tagged Security on Wednesday, 3 Dec 2008 | Leave a Comment »
Boot normally and logon as an admin user. Pop in the Leopard install dvd then open Terminal and type in
open /Volumes/Mac\ OS\ X\ Install\ DVD/Applications
In the window that opens, choose Utilities and then Firmware Password Utility. Uncheck the box to set the firmware password and click Change. The EFI password is now blank.
Software Updates via terminal
Posted in Os X Workstation, tagged Admin on Tuesday, 2 Dec 2008 | Leave a Comment »
If you want to do an automatic install of all the updates for a particular Mac, you can do it easily in the background using ARD. Gather up the system you want to update then execute a unix command: softwareupdate -i -a and specify to run it as the root user even if you have [...]
Enabling VNC access via ssh
Posted in Os X Workstation, tagged Admin on Tuesday, 2 Dec 2008 | Leave a Comment »
If you need to connect via a VNC client in Windows or such and don’t have ARD around, just login to the system via ssh and run the following (all one line):
/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -activate -access -on -clientopts -setvnclegacy -vnclegacy yes -setvncpw -vncpw [your password] -restart -agent
This will set the remote Leopard system (and probably Tiger [...]

