changed: Soll-/IST-Profile

This commit is contained in:
Edmond Gebara 2026-07-08 13:52:11 +02:00
parent 582e36b05c
commit afc61308c7
2 changed files with 16 additions and 1 deletions

View file

@ -979,7 +979,9 @@ function ProcessADObjects
$nummer_array[$MyKey[1]] = $item.'Nr.'
$verantwortlicher_array[$MyKey[1]] = $Verantwortlicher
$kz_array[$MyKey[1]] = $item.'AWK'
$beschreibung_array[$MyKey[1]] = $item.'Beschreibung (256 Zeichen)'
# ProfilName must stay "Anwendungszugriff <name>": keep the description empty so the
# else branch below does not override it with the AD description column.
$beschreibung_array[$MyKey[1]] = ""
}
}
}