[OpenAFS] asetkey: failed to set key, code 70354694
Marcus Watts
mdw@umich.edu
Mon, 09 Apr 2007 14:43:29 -0400
You can have at most AFSCONF_MAXKEYS (= 8) keys.
Of course you could recompile with a larger number,
it's "just" RAM. Better yet, the cellservdb code could
be altered to do more dynamic allocation here, but that
would likely involve api changes.
If you were wild & crazy about having multiple other
kerberos realms each with local copies of "the" key of afs,
I could see exceeding this.
It's a shame asetkey can't just print the error message directly.
-Marcus Watts