Update diag.sh

This commit is contained in:
jfontaine35 2025-02-03 14:37:48 +01:00 committed by GitHub
parent 483cd19cb4
commit 467cc5a54b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ log_message() {
# Vérification des outils LDAP
check_ldap_tools() {
local ldap_packages=("ldap-utils" "slapd")
local ldap_packages=("ldap-utils")
local missing_packages=()
for pkg in "${ldap_packages[@]}"; do