|
10.4.11 has support for the recent change to ds, or directory services commands that 10.5.x uses. 10.5 has no NetInfo support.
As a suggestion, you'll probably want to start using the ds commands going forward.
Some of the commands:
dscl . -list /Users
dscl . -read /Groups/admin
dscacheutil -flushcache
...
|