generate-ldif: add clamd service instead of clamav_db

Because clamd and clamav_db services was merged.
This commit is contained in:
Victor LABORIE 2017-11-30 16:13:55 +01:00
parent 6588ee937f
commit a8cd567731
1 changed files with 3 additions and 3 deletions

View File

@ -507,12 +507,12 @@ fi
if [ -n "${clamav_version}" ]; then
cat <<EOT >> "${ldif_file}"
dn: ServiceName=clamav_db,${computer_dn}
dn: ServiceName=clamd,${computer_dn}
NagiosEnabled: TRUE
objectClass: EvoService
ServiceName: clamav_db
ServiceName: clamd
ServiceType: antivirus
ServiceVersion: ClamAV ${clamav_version}
ServiceVersion: Clamd ${clamav_version}
EOT
fi