Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS with python ldap3 and other questions #31

Open
fpatterson55 opened this issue Mar 25, 2019 · 2 comments
Open

TLS with python ldap3 and other questions #31

fpatterson55 opened this issue Mar 25, 2019 · 2 comments

Comments

@fpatterson55
Copy link

I am a little bit surprised that the CX code isn't using a TLS connection by default for the python ldap calls. I haven't been able to connect over TLS yet, Any example code for connecting in with TLS with the ldap3 package?

Any chance we can update the code base to have secure connectivity for LDAP?

What other hardening pieces should be considered prior to deploying something to production?

Any guidance on deploying to an existing tomcat server that is already hosting a Micro Focus service such as Identity Governance, Identity Application, etc?

Any thoughts on including an admin based authentication for connectivity, similar to SSPR's administrative console? It would be ideal to have configuration parameters in a central location rather than in the code itself. Something modular where different applications could tie into the administration page. Probably similar to Identity Governance 3.5 look and feel with the top menu items.

Any pointers on where we can read up on eDirectory rest APIs, or other APIs that have been released? Identity Governance I can find just fine and will be working with them in the near future.

Since python is already being utilized, has there been any consideration for a django framework as a deployment option?

Any docker references to help someone quickly deploy to a given webserver such as django or tomcat?

With this framework, could we integrate with Access Manager rather than OSP? What steps would we need to take?

@aaearon
Copy link

aaearon commented Jun 7, 2019

With the existing LDAP library being used, it is very easy to implement STARTTLS

https://ldap3.readthedocs.io/ssltls.html

@jcombs-pointblue
Copy link

jcombs-pointblue commented Jun 7, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants