Computer Lists and Workgroup Manager
Saturday, March 26th, 2005The other day it was looking like we might have to bite the bullet and actually put every single one of our clients into Computer Lists in Workgroup Manager…
The horror… with no way to easily import the computers (or export for that matter), we weren't really looking forward to having to enter all those addresses by hand…
Anyway, after remembering when the Computer Lists got all out of whack and I had to manually fix up the LDAP directory, I was thinking it might be good to put together a tool that let you:
- Import computers/lists, with decent duplicate handling.
- Export lists altogether or individually.
- Verify the consistency of your Computer Lists.
Anyway, I wonder what the best way to handle this is in a Cocoa app? straight C ldap functions? DirectoryServices.framework? hmmm….
Sure you can use dsimportexport to import Computer records, but I'm not particularly happy with that tool… and it gets to be a pain when you can't overwrite entries, especially when you get a lab machine's motherboard replaced…