Étienne BERSAC

Results 377 comments of Étienne BERSAC

@apurvis Python does not have big-lambda like Ruby's block. So the context is quite more complex in python, we need to combine a generator and a context manager.

Hi @Dallery . ldap2pg does not manage per-object privilege. This issue is just an open discussion.

I'm wondering the performance cost of inspecting zillons of objects.

Hi @arjan-saly-tfs thanks for your feedbacks. I don't have experience of running ldap2pg on Windows. Note that ldap2pg does not requires to run on the same host as PostgreSQL. ldap2pg...

> The build also gave this deprecation warning of which I'm not sure if it is relevant: `pip-build-env-zrljl0y6\overlay\Lib\site-packages\setuptools\config\setupcfg.py:459: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.` > > Any...

> Hmm, the way I understand the various information on the web, python-ldap actually is a replacement for libldap-dev, However, even there windows support is limited "Unofficial packages for Windows"....

Thanks @andersbogsnes In #337 , I change a warning to an error. I also changed behaviour on mispelled attribute to raise an error. This make ldap2pg less sloppy. This is...

Great. So i suggest a `--strict` switch flag with the YAML counterpart `strict: yes`. Fail fast on first warning.

Hi @arjan-saly-tfs, Since ldap2pg 4.13, ldap2pg has the same behaviour as ldapsearch, referrals are disabled by default. https://ldap2pg.readthedocs.io/en/latest/changelog/?h=referrals#ldap2pg-413 I agree that partiionned directory is a standard feature and ldap2pg should...

@arjan-saly-tfs except from URI, can you reuse user, password and **all** connexions parameters accross directory servers ?