LDAP config location (docker)

Since i have gotten no helpful pointers to my original Question

… where is the LDAP config stored in a zammad docker setup? is there config file? is it in a database?
i would like to check if / what kind of settings are in there, since i never entered any credentials myself.

Best,
t

I’ll answer in the original thread and lock this one.
Sorry, but it’s not helpful if you keep bumping your issues like that…

If you require super high priority support, you can get a workshop or support contract which provides you commercial grade support. That is, if you need that.

Edit: After Feedback of this Threads OP I’ll reopen this Thread as I missunderstood things here.
This question is not related to the original post.

1 Like

Zammad stores the ldap-configuration within it’s database.
You can check it by using the following command on Zammads rails console (rails c)

Setting.get('ldap_config')

Depending of the size of your LDAP that output might get fairly big.