ldap2pg
ldap2pg copied to clipboard
:elephant: :busts_in_silhouette: Manage PostgreSQL roles and privileges from YAML or LDAP
Hi ldap2pg community, Sorry if this question has already been asked before, but I then can't find the answer. Also, I do understand my question goes beyond the goal of...
In the case where _ldap2pg_ needs to drop an LDAP role, the role is first removed from the `ldap_roles` role before it is actually dropped: https://github.com/dalibo/ldap2pg/blob/4082b163a0c282395eda149b34183c29913b13a2/ldap2pg/role.py#L129 Now, if anything goes...
I'm sharing a proposal to manage fine-grained privileges in ldap2pg. To manage privileges, ldap2pg loops on database and schema. But sometime, that would be nice to loop on other objects...
HI. My company's security policy won't allow passwords to be stored in the clear, so the yaml file would need to be encrypted. Or ldap2pg would need to read the...
## I need help writing my ldap2pg.yml Hi everyone, I'm new to LDAP and I'm trying to understand and apply ldap2pg into my company. We have over 300 servers running...
Hi, When I use ldapsearch to test my connection, all works fine using the -x and -D switches (Simple authentication with binddn), but when connecting using SASL, does not seem...
Hi, So, we have different domains in our organization, like: 1. ldap://domain1.company.com 2. ldap://domain2.company.com In Active Directory these are defined as different "forests" (I'm not an AD expert, just writing...
Hi, First of all thanks for this great tool and superb documentation. As a database specialist I have no knowledge of Active Directory/LDAP, YAML or Python, but thanks to your...
It common to have a schema that the same name as a user in a database. By default, postgres includes such a schema in its `search_path` automatically, see "[section 5.8.3](https://www.postgresql.org/docs/9.6/static/ddl-schemas.html)"...
Hi, All documentation is Linux based. However, we have some PostgreSQL databases running on Windows. Is it possible to run ldap2pg on a windows environment? Thanks! Arjan ### Tasks -...