I posted this on the Open Directory forum, does anyone here have any ideas?
[QUOTE][u]Quote by: kvschep[/u][p]I am trying to add a computer to an OD ComputerGroup (to use in a package for InstaDMG :))
The closest I can come is using dseditgroup:
[code]dseditgroup -o edit -n /LDAPv3/mydirectory.domain.edu -u diradmin -p -a dhcp57-145 -t computer ManagedClients[/code]
I get:
ERROR: A Directory Service error occured.
-12136: eDSRecordNotFound
I have tried adding a $ on the end of my client name (because it appears there in WGM)
I have also tried using dscl:
[code]dscl -append /ComputerGroups/ManagedClients GroupMembership dhcp57-145[/code]
I get:
append: Invalid Path
DS Error: -14009 (eDSUnknownNodeName)[/p][/QUOTE]
Comments are closed