tiagoapimenta/nginx-ldap-auth

Start TLS support

igoratencompass opened this issue · 6 comments

Hi,
Thanks for this work. Is LDAP with STARTTLS supported?

Yes, it is the default.

That's great maybe mentioning that in the readme can be useful. Plus maybe an example how would this:

servers:
    - ldaps://ldap1.example.com:636
    - ldaps://ldap2.example.com:636
    - ldaps://ldap3.example.com:636

look in that case. Is it like:

servers:
    - ldap://ldap1.example.com:389
    - ldap://ldap2.example.com:389

maybe?

Yes, it should work, please tell me if you succeed, I will improve the docs.

I have updated the docs and fixed the Secret issue, I was using ConfigMap before, it is slightly different

Thanks for the update. I just created a PR to add RBAC support, please have a look.

Sure, next version I'm planning to allow header based rules to match user and groups, by now it is all.