Clément "KPTN" OUDOT
Clément "KPTN" OUDOT
In this case the change would be indeed to have a default value php file that will be loaded before the configuration, this indeed a change in the software. I...
I mean this file should not be shipped at all, or only in /usr/share/doc as an example
We also need to see if Smarty is a system dependency or a composer dependency
php-Smarty 4 not yet available on EPEL/Fedora, but as we don't require explicitely v3, it will use Smarty 4 as soon it is available.
Is `$ldap_starttls` not enough? https://self-service-password.readthedocs.io/en/latest/config_ldap.html
TLS_REQCERT must be set on the server hosting Self Service Password
Please read the doc: https://self-service-password.readthedocs.io/en/latest/config_ldap.html
See https://github.com/ltb-project/self-service-password/issues/681
The dependency was added again in 1.6
From my point of view, it's better to mount the config.inc.local.php file. Else you need to define new env var every time a new configuration parameter is added to the...