mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch '4091-bug-en-permisos-al-crear-usuario-con-ldap-advanced' into 'develop'
Changed for create new user with advanced config enabled and forced automaticly disabled See merge request artica/pandorafms!2459
This commit is contained in:
commit
909fa354b4
@ -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