Indeed the option agent-query-mode is ignored in x2gobroker-sessionprofiles.conf, as it is only available in the backend sections of x2gobroker.conf.
I could not find the usage of self.get_profile_broker() in self.get_agent_query_mode(). If I missed something, can you point me to the exact line?I see that the new autologin (which works) uses self.get_profile_broker()
instead of self.config to access settings. This might be the source of the
problem?