Hi,
Newbie question. I'm writing a script to slot a few thousand records into a MIT kerberos database using the kadmin.local utility.
I was pondering simply using system() to make the calls to kadmin.local but this would result in opening serveral thousand system calls, a bit of a waste of resources.
Any suggestions as to do this more efficently?