Philippe Lewin
Philippe Lewin
@dlang9159 Sorry if it is getting a bit off topic but what changes would you like to see in the language backend ?
I believe the default should be an empty array ``` # Fetch extra attributes for the email templates # Example : $fetch_extra_attributes_for_mail = array('uid', 'cn', 'sn', 'givenname'); # Template will...
Hi, SASL is not supported by SSP. It is possible to configure secrets or any SSP parameter in the config file as an environment variable if you prefer. To do...
I'm interested in making a PR for this. @coudot please assign this issue to me.
Thank you @coudot ! Of course I will still submit a PR.
If the goal is to implement a blacklist of passwords (and not a blacklist of words) in efficient way I would suggest filtering out the lines not conforming to the...
@r2evans Steps 1, 2, 3, 4, 5 are done only one time to compile the cache. It will require a script that can be launched manually or automatically if we...
I made a little benchmark comparing several possibilities on my ubuntu linux, php 7, i5-2430M CPU @ 2.40GHz + ssd. file + in_array is the fastest until around 100 000...
@r2evans Sorry for the confusing words. stream_get_line requires that all line endings are the same and coherent in the file. You must be sure of lines endings (\n or \r\n)...
@r2evans if you need a ldap directory for development you can use the embedded ldap server in Apache Directory Studio like in this tutorial http://www.stefan-seelmann.de/blog/setting-up-an-ldap-server-for-your-development-environment