Another \\- NOT A CASPER ISSUE \\- but one hopefully I'm the only one facing###
We are in a dynamic dns project here so users can get to their systems via its name. The goal is to parallel what they are planning to do in the windows world on the Mac. What they are planning to do in windows - in the Advanced TCP/IP Settings (windows) - on the DNS Pane:
Radio button - Append these DNS suffixes (in order)
mycompany.com
prod.mycompany.com
client.mycompany.com
Have the dns suffiix for the connection be: client.mycompany.com,
Register this connection's address in dns (checked)
Use the connection's dns suffix in dns registration (checked)
I have no problem getting the search domains to systems.
I don't know how to get these systems to register with DNS (yet)
There are 10.6 and 10.7 clients around the company.
This command below fails under 10.6, /usr/bin/net doesn't exist in 10.7:
/usr/bin/net -n mycomputer -W client.mycompany.com -P ads register
I found a nsupdate script that I haven't got working yet...
Anyone out there have a solution?