[FEATURE] Support des certificats SSL auto-signés pour l'authentification LDAP/AD #3137
+37
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problème résolu
L'authentification LDAP avec STARTTLS échoue systématiquement avec les certificats auto-signés (erreur "start TLS KO"). Cela rend impossible l'utilisation de Jeedom avec Samba4 AD qui utilise par défaut des certificats auto-signés.
Fixes #3136
Solution proposée
Ajout d'une checkbox "Autoriser certificats auto-signés" dans la configuration LDAP qui désactive la vérification des certificats SSL lorsqu'elle est cochée.
Modifications apportées
1.
core/class/user.class.php- Deux fonctions modifiéesuser::connect(): Configuration SSL avantldap_connect()etldap_start_tls()user::connectToLDAP(): Configuration SSL avantldap_connect()etldap_start_tls()Les options SSL sont configurées de manière conditionnelle selon la valeur de
ldap:allow_selfsigned:LDAPTLS_REQCERT=neveretLDAP_OPT_X_TLS_REQUIRE_CERT = LDAP_OPT_X_TLS_NEVERLDAPTLS_REQCERT=demandetLDAP_OPT_X_TLS_REQUIRE_CERT = LDAP_OPT_X_TLS_DEMAND2.
desktop/php/administration.phpldap:allow_selfsignedComportement
Checkbox décochée (défaut) : Vérification stricte des certificats SSL
Checkbox cochée : Accepte les certificats auto-signés
LDAPTLS_REQCERT=never)Tests effectués
Testé en production avec :
Configuration testée :
Compatibilité