I tracked it to the user authentication settings.
It breaks when
ZM_OPT_USE_AUTH is on
AND
ZM_AUTH_RELAY = plain or none
It works fine with no auth or with hashed auth
I enumerated a bunch of the options and list breakage.
Code: Select all
ZM_OPT_USE_AUTH ZM_AUTH_TYPE ZM_AUTH_RELAY ZM_AUTH_HASH_SECRET Broken
NO builtin plain empty NO
YES builtin plain empty [b]YES[/b]
YES builtin hashed empty NO
YES builtin hashed "fred" NO
YES builtin none empty [b]YES[/b]
I tried to change the monitorIds setting but a MySQL error wouldn't let me try
to see if that was the issue. (see the previous post for the MySQL Error)
tom