Authentication Issues with Mount Points and Debugging Request
Issue Description
I'm experiencing two issues with the software:
-
Authentication Problem:
- I'm trying to set up username/password authentication for a mount point, but connections are being refused
- Upon investigation, I found that
authenticate_user_request (con, &req)) is failing because on_get_user(con, &checkuser) == NULL
- This prevents connections from ROVER
- I've tried testing with u-center and RTKLIB (rtknavi)
- I am able to operate it without username and password.
-
Debugging Request:
- I would like to display
xa_debug messages to help with troubleshooting
- Could you please provide instructions on how to enable and view these debug messages?
Environment
- Software: Docker
- Testing tools: u-center and RTKLIB (rtknavi)
Questions
- How can I properly configure username/password authentication for mount points to allow ROVER connections?
- What is the proper way to enable and view
xa_debug messages?
Thank you in advance for your help and for maintaining this excellent project. Your work is greatly appreciated!
Authentication Issues with Mount Points and Debugging Request
Issue Description
I'm experiencing two issues with the software:
Authentication Problem:
authenticate_user_request (con, &req))is failing becauseon_get_user(con, &checkuser) == NULLDebugging Request:
xa_debugmessages to help with troubleshootingEnvironment
Questions
xa_debugmessages?Thank you in advance for your help and for maintaining this excellent project. Your work is greatly appreciated!