Just ran into this and found a workaround — use the dsimport tool. Create a text file with the following contents:
[code]
0x0A 0x5C 0x3B 0x2C dsRecTypeStandard:Computers 3 dsAttrTypeStandard:RecordName dsAttrTypeStandard:RealName dsAttrTypeStandard:ENetAddress
TEST-02;TEST-02;aa:bb:cc:dd:ee:ff
[/code]
Edit the computer name and MAC address as needed. Copy the text file onto the OD master into /tmp/TEST-02-import.txt using scp or your favorite file transfer method, then run the following command:
[code]
/usr/bin/dsimport /tmp/TEST-02-import.txt /LDAPv3/127.0.0.1 I -username diradmin
[/code]
Enter diradmin’s password when requested. Adjust the filename and location to taste. Experienced dsimport users can adjust where the import happens from to taste. If you have multiple machines that are problems you can do each one on a separate line in the import file.
Once this is complete you can edit the computer record using Workgroup Manager as usual. Given that this works through dsimport, I suspect it’s actually a Workgroup Manager bug.
Recent Comments