Hello all,
I'm trying to modify the netboot_enabled value on a system using the remote api.

I've tried to use the modify_system function however it seems to require the actual object rather than the name of the system.  This is rather expensive to serialize.  (may be quick in python, but using perl's XMLRPC::Lite it takes a long time).

Can modify_system be changed to take the system name rather than the system object?

In the interim I've added a call that does the reverse of what already exists for kickstart files...  however, this is somewhat of an issue because *anyone* can call this (and reinstall your machine)
http://cobbler.example.com/cblr/svc/op/pxeon/system/cobbler-test.example.com

Comments, suggestions?

Thanks,
Gordon Child