I followed this document https://centrify.force.com/support/Article/KB-8928-How-to-set-up-Centrify-in-a-Docker-container/ and set up Centrify Express in my docker.
I can verify the user using both "adinfo -v username" and "kinit username" command. adinfo shows centrifydc mode is connected and the License feature is enabled.
However, when I tried "adquery user username" command, it gave the message that the user is not a zone user in docker, the same command works in host environment.
adinfo shows the same zone information on both host and docker.
What else did I missed?
The difference that I found is the host centrifydc version is 5.3.1 and the docker version is 5.5.0
Thanks