Posts by Sildeman Dourado Araújo • 33 points
3 posts
-
1
votes0
answers46
viewsQ: Script to deploy Pipenv (Python)
Hello, in the company where I work firewall rules do not allow servers intended for the intranet to have access to the web. Thus, work with venvs, where dependencies are installed with pipenv…
-
2
votes1
answer152
viewsQ: Python, ldap3 and Apache Directory Studio
I have a local LDAP server created in Apache Directory Studio, running on port 10389. When I connect using php, I can do searches normally, but when I try to connect using Python’s ldap3 module, I…
-
0
votes0
answers101
viewsQ: Apache, Python and mod_wsgi
Sirs, I use simple web applications, running in Apache2 and with PHP on the server, to automate trivial tasks on my work team. I use PHP only for LDAP and BD requests, using jQuery, lodash and pure…