snipe-it/app
Joakim Bergros ae82051b73 Fixed #16173: useraccountcontrol was not included in the ldap query attributes.
`$results` did not include the `useraccountcontrol` and thus rendered the fallback logic void when `active_flag` was blank.

 Added a condition to check if `active_flag` is blank and only then add `useraccountcontrol` to the ldap query since it is then a requirement in accordance with "we respect the userAccountControl attribute" text in the `admin/ldap` route.

[`elseif' will become true when `active_flag` is blank](b141945add/app/Console/Commands/LdapSync.php (L364))
2025-02-25 13:55:53 +01:00
..
Console Fixed #16173: useraccountcontrol was not included in the ldap query attributes. 2025-02-25 13:55:53 +01:00
Events Revert some changes from #15525 2025-02-20 12:59:16 -08:00
Exceptions Updated model route 2025-02-24 13:31:09 +00:00
Helpers Added angle-right and house icon 2025-02-19 14:02:59 +00:00
Http fix all 2025-02-24 22:35:47 -06:00
Importer Added location notes to importer 2025-02-11 00:32:58 +00:00
Jobs
Listeners Revert some changes from #15525 2025-02-20 12:59:16 -08:00
Livewire Added location notes to importer 2025-02-11 00:32:58 +00:00
Mail adds expiring asset and license mail 2025-02-11 10:55:56 -08:00
Models Added tighter constraints on deleting components 2025-02-23 14:11:39 +00:00
Notifications adds ternary checks on locations before pulling names in notifications 2025-02-06 11:34:14 -08:00
Observers Replace isset with the more appropriate array_key_exists 2025-01-22 14:28:35 -08:00
Policies Fixed tests 2024-04-17 09:26:07 +01:00
Presenters Added tooltip for currency in table 2025-02-23 12:19:18 +00:00
Providers Added withTrashed() to handle soft deletes with RMB 2025-02-24 13:38:06 +00:00
Rules use existing validation strings 2024-11-19 08:59:47 -06:00
Services Merge branch 'develop' into v8 2025-02-10 15:14:55 +00:00
View fix all 2025-02-24 22:35:47 -06:00