mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Changed for create new user with advanced config enabled and forced automaticly disabled
This commit is contained in:
parent
54461fea93
commit
91d388c8b3
@ -1337,8 +1337,9 @@ function fill_permissions_ldap($sr)
|
||||
'tags' => implode(',', $ldap_adv_perm['tags']),
|
||||
'no_hierarchy' => (bool) $ldap_adv_perm['no_hierarchy'] ? 1 : 0,
|
||||
];
|
||||
return $permissions;
|
||||
}
|
||||
|
||||
return $permissions;
|
||||
}
|
||||
|
||||
foreach ($result as $perms) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user