-
Is there a way to install ldap-utils inside the nextcloud Container ? I want to test the connection from the nextcloud Container to an LDAP server running in another container. But I saw that the root user get`s an random password. |
Beta Was this translation helpful? Give feedback.
Answered by
szaimen
May 22, 2022
Replies: 2 comments 7 replies
-
simply run |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
sim-san
-
Do you unterstand, why this package for ldapsearch |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
simply run
sudo docker exec --user root -it nextcloud-aio-nextcloud bash
and thenapk add ...
?