cconard96 / jamf

JAMF Plugin for GLPI
GNU General Public License v2.0
6 stars 5 forks source link

Allow null udid for computers during discovery #106

Closed cconard96 closed 2 years ago

cconard96 commented 2 years ago

The basic API query used to discover computers does not include a udid property. The sync engine already handled this case properly, but the DB schema wasn't configured to allow the storage of null values in this column.