Apologies if this is a dumb newbie question, but is any resource available that documents which ADK options can be set via an agent.cfg file? There are a few agent Properties which I'd like to set in agent.cfg if possible (e.g. AuthenticationLevel) but none of my guessed property names has worked...
Thanks in advance,
Phil.
Phil,
Try looking at the javadocs as follows:
SIFWorks-ADK/docs/javadoc/com/edustructures/sifworks/AgentProperties.html
and
SIFWorks-ADK/docs/javadoc/com/edustructures/sifworks/tools/cfg/AgentConfig.html
It appears your looking for:
adk.security.authenticationLevel
Hope this helps,
Jon
Many thanks for that pointer, Jon - it's provided exactly the information that I needed.