We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb5ad31 + 549da2e commit 526a7ddCopy full SHA for 526a7dd
app/Console/Commands/LdapSync.php
@@ -182,7 +182,7 @@ public function handle()
182
// Inject location information fields
183
for ($i = 0; $i < $results['count']; $i++) {
184
$results[$i]['ldap_location_override'] = false;
185
- $results[$i]['location_id'] = 0;
+ $results[$i]['location_id'] = null;
186
}
187
188
// Grab subsets based on location-specific DNs, and overwrite location for these users.
0 commit comments