The password of the company's big data intelligent management platform is incorrect and the Hue platform cannot be accessed

insert image description here

Enter the docker container ladp and restart the corresponding service

*ldap:

docker run --network=10.5.220.35 --privileged=true --name cdh-ldap -h ldap -itd cdh-ldap:0.2 /bin/bash /usr/init.sh

docker start bf852ab3dea7a785a9d26bf00e05d300ad25833135960c81e05da2e6d292804a

docker exec -it cdh-ldap /bin/bash

nohup /etc/init.d/slapd restart &

Guess you like

Origin blog.csdn.net/qq_58432443/article/details/126833850