Carpentier Pierre-Francois

Results 20 comments of Carpentier Pierre-Francois

I've implemented it: https://github.com/kakwa/libemf2svg/commit/833e2f7f04bfae4113fd3aab0a6bc3d7a72da445

No, but you can easily create a small C code to have your own check based on the following code: https://github.com/kakwa/libemf2svg/blob/master/goodies/check_emfp.c

Not sure about the first comment issue. But for the second comment, it looks like the credentials to your ldap server are wrong. I would advice you check if these...

Indeed, it's something I've kind of ignored because it was not completely trivial to handle. Also, I'm not sure what would happen if modifying the only emailed displayed, maybe it...

Hummm, the ppolicy simple is meant to be... simple, I think it would be a better feat for a more complex ppolicy module such as: https://github.com/kakwa/ldapcherry-ppolicy-cracklib/blob/master/lcppolicy_cracklib/__init__.py Also, setting default value...

I think it's because you didn't specify `install` (as in `python setup.py install`).

It's a bit of a guess, but maybe `/usr/local/bin/` is not in your `PATH`. What happens if you try `/usr/local/bin/ldapcherryd -c /etc/ldapcherry/ldapcherry.ini -D`? You could also try to shell into...

not sure. it looks like the `'console_scripts'` directive (in setup.py) is not followed. Not sure why. What is the base docker image you are using? If you can share it,...

Actually, it's not a work around, it's the proper way to do it if you are installing the dependencies through `pip` (python-ldap and python-yaml are bindings to C libraries, these...

Hello, Sorry for the delay, there is no notion of an "admin" account in ldapcherry, what you have instead is "ldapcherry admins", basically you set `LC_admins: True` on one of...