On Mon, 23 Sep 2013, [email protected] wrote: >> So, with 20 concurrent changes going on at once, you may simply be >> overloading the server and getting timeouts on the clients. > Thanks for your response ... > > I find no way to indicate the timeout with kadmin. > I write a perl script who do
The timeout for kadmin is hardcoded in the source (as the default libkadm5clnt_mit timeout). The comment in the source code says "Default timeout can be changed using clnt_control()", but I don't know whether that librpc knob is exposed in the perl bindings. -Ben Kaduk ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
