Apple Certified Specialist – Directory Services ACS-DS 10.6 Crib Sheet
Mac-OS-X-Directory-Services-v10.6
It's all in the Mac magic…
Mac-OS-X-Directory-Services-v10.6
dsconfigad command: • Bind to AD: dsconfigad -a clientname -domain domain.name -u adminname -p adpassword -lu localadmin -lp lapasswd • Add the […]
defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool YES
They are in DER format, even though they have a .cer extension ! To view the contents use openssl x509 -in MYCERT.der […]
SSL .pem files (concatenated certificate container files), are frequently required for certificate installations when multiple certificates are being imported as one file. […]
# This configuration is a simplified example of how to use ssl on front # and backends with additional certificates loaded from […]
When a server is connected to a network that implements dynamic DNS (DDNS), including Microsoft Active Directory networks, OS X Server may […]
These are normally stored in global preferences but instead of working out the udid of the mac and naming the preference you […]
Block these sites, either LS or using a host file 127.0.0.1 adclick.g.doublecklick.net 127.0.0.1 adeventtracker.spotify.com 127.0.0.1 ads-fa.spotify.com 127.0.0.1 analytics.spotify.com 127.0.0.1 audio2.spotify.com 127.0.0.1 b.scorecardresearch.com […]
Set the “Do Not Disturb” start time 1 minute after the end time. It will never reach the end time before the […]
It looks like Apple have tightened up on the Cert usage flags in OS X Server 5. A Cert that worked in […]
Keychain Utility has been broken for around 9 years now. Look on Openradar http://www.openradar.me/7092640 The fix is to use the terminal security […]
SSL has been around for long enough you’d think that there would be agreed upon container formats. And you’re right, there are. […]
Here is the scenario Mac Mini server in one of my data centres has a fixed IP. Someone has changed the IP […]
Very useful for POUND proxys and OS X CA’s As a side note, to export a Private key from OS X keychain […]
The issue is that, even though you removed the files, they are still present in previous revisions. That’s the whole point of […]
The case construct in bash shell allows us to test strings against patterns that can contain wild card characters. Bash case statement […]