nickjer / singularity-rstudio

RStudio Server in a Singularity container
https://singularity-hub.org/collections/463
MIT License
54 stars 41 forks source link

Pin ldap3 version and update params for SSL validation #11

Closed nhoffman closed 3 years ago

nhoffman commented 3 years ago

The behavior of SSL certificate validation seems to have changed in recent versions of ldap3. This PR pins the version of ldap3 to avoid future unexpected changes in behavior, and updates a parameter to cause validation to occur only when a certificate is provided.

Thanks for considering!

nhoffman commented 3 years ago

Thanks for catching that typo (and sorry for the delay).