Nicolas CARPi
Nicolas CARPi
It is like that because a choice has been made to not duplicate uploaded files when duplicating something. So the question is: - A/ do we duplicate all files? -...
Consider an experiment where the attached files are about 53 files of about 700 Mb each, then duplicating all the uploaded files is an expensive operation. So in the end...
Well, this is a prime example of "everyone has its own idea on what expected behavior should be, and what is most convenient"! I don't think there is a "correct...
Hello, For your information, in the next version templates can be exported with the `.eln` extension (see https://github.com/TheELNConsortium/TheELNFileFormat) and the import will handle steps properly. And the bug for steps...
Hello, I agree completely, the search is quite dumb right now. Apparently there is a SOUNDEX() function that will search for things with similar sounds. Might be interesting to look...
Hello, Unfortunately, the LDAP library eLab uses refuses to work with TLS (in my hands). I already spent quite some time trying to make it work, and it just doesn't....
But at the end of the day, if you don't check the cert, is TLS really useful? @stevebauman it's pretty easy to have one with this config: https://github.com/elabftw/elabimg/blob/049523728405a38f76d224f92c99909d7da8f099/src/docker-compose.yml-EXAMPLE#L306-L335
ok great, I'll look into that fast! Thanks Steve!
Well, still no luck: ~~~ "Exception":"[object] (LdapRecord\\LdapRecordException(code: 2): ldap_start_tls(): Unable to start TLS: Connect error at /elabftw/vendor/directorytree/ldaprecord/src/LdapRecordException.php:26)\n[previous exception] [object] (ErrorException(code: 2): ldap_start_tls(): Unable to start TLS: Connect error at /elabftw/vendor/directorytree/ldaprecord/src/Ldap.php:185)"}...
> Are you sure your container has the ldap.conf file in the proper location with TLS_REQCERT never? Yes, see the first image in my previous post.