Hello. Can I use LDAP based authentication of the UI after running docker quickstart? I made my own custom jaas.conf file and added the path of it to the volume of the container "datahub-frontend-react" in docker-compose.yml located in the quickstart directory. After doing this, I did docker-compose up datahub-frontend-react container and check login of my company's ldap/ad account but failed to login. What am I doing wrong?
@astonishing-answer-96712 I'v already seen it and made a recipe using "create new source" in "manage ingestion" of ui of docker quickstart. Here is my recipe. "administrator" is bind dn id.
a
astonishing-answer-96712
11/09/2022, 1:28 AM
Hmm, I’m unsure here- any thoughts @big-carpet-38439?
a
average-dinner-25106
11/09/2022, 2:02 AM
@astonishing-answer-96712 I found error. (typo about account causes invalid credential error). Ingestion is successful and now I can see all members of my company in "settings" of ui. The problem is, our AD account can't login to datahub, though. Only "datahub" which is root account can login, still.