- 28 Nov, 2019 2 commits
-
-
Côme Chilliet authored
issue #6054
-
Côme Chilliet authored
Not ideal, vars in userinfo would need a lot of renaming to make it easier to understand. issue #6054
-
- 24 Oct, 2019 1 commit
-
-
Côme Chilliet authored
Spotted thanks to new LDAP debug info issue #6042
-
- 16 Oct, 2019 1 commit
-
-
Côme Chilliet authored
issue #5531
-
- 10 Oct, 2019 1 commit
-
-
Côme Chilliet authored
issue #5531
-
- 09 Oct, 2019 1 commit
-
-
Côme Chilliet authored
This is to avoid hard coded values issue #5531
-
- 08 Oct, 2019 1 commit
-
-
Côme Chilliet authored
This avoids performanance problems and RAM exhaustion. issue #5531
-
- 03 Oct, 2019 1 commit
-
-
Côme Chilliet authored
issue #5531
-
- 02 Oct, 2019 3 commits
-
-
Côme Chilliet authored
issue #5531
-
Côme Chilliet authored
issue #5531
-
Côme Chilliet authored
issue #5531
-
- 28 Aug, 2019 2 commits
-
-
Côme Chilliet authored
issue #6024
-
Côme Chilliet authored
Also global_is_set to is_set. issue #6024
-
- 24 Jul, 2019 1 commit
-
-
Côme Chilliet authored
LDAP errors shown on login page were a bit too chatty issue #6001
-
- 23 Jul, 2019 1 commit
-
-
Côme Chilliet authored
Handle ppolicy expired password, locked account and must change password error codes. In this first version after changing password you need to log out. issue #6001
-
- 22 Jul, 2019 1 commit
-
-
Côme Chilliet authored
userinfo::loginUser now throws exceptions on failure, webservice code will need to be adapted to take them into account as well issue #6001
-
- 16 Jul, 2019 1 commit
-
-
Côme Chilliet authored
This allows to avoid ldap reads from pluglist::load, and should fix a crash happenning in index.php when using encrypted password in config file. issue #6015
-
- 19 Jun, 2019 2 commits
-
-
Côme Chilliet authored
issue #6001
-
Côme Chilliet authored
Moved userinfo related functions as methods in userinfo Moved ppolicy account expiration check to expired_status method Split ppolicy fetch in a method so that it can be used by expiration warning detection later. issue #6001
-
- 13 May, 2019 1 commit
-
-
Côme Chilliet authored
Will be used by servicesManagement so that dashboard can search for services attribute without crash. issue #5967
-
- 26 Mar, 2019 1 commit
-
-
Côme Chilliet authored
issue #5956
-
- 26 Feb, 2019 1 commit
-
-
Côme Chilliet authored
issue #5955
-
- 25 Feb, 2019 1 commit
-
-
Côme Chilliet authored
Basic fixes like identation issue #5955
-
- 19 Feb, 2019 1 commit
-
-
Côme Chilliet authored
issue #5956
-
- 05 Feb, 2019 1 commit
-
-
Côme Chilliet authored
Make sure that ; is consistently replaced by _ when searching ACL for tagged attribute like userCertificate;binary issue #5135
-
- 19 Sep, 2018 1 commit
-
-
Côme Chilliet authored
This fixes ACL search for plugins configuration attributes and allow to get their values through webservice ls method and objects::ls issue #5888
-
- 28 Aug, 2018 1 commit
-
-
Côme Chilliet authored
issue #5135
-
- 23 Jul, 2018 1 commit
-
-
Côme Chilliet authored
It was searching in all classes from the same ACL category as the type, which feels wrong. It is now searching in all tabs from the type, which makes more sense. issue #5135
-
- 10 Jul, 2018 1 commit
-
-
Côme Chilliet authored
issue #5854
-
- 24 May, 2018 1 commit
-
-
Côme Chilliet authored
Moved it to a class which get instanciated in userinfo and keeps the size limit status for the current session. issue #5135
-
- 09 May, 2018 1 commit
-
-
Côme Chilliet authored
issue #5831
-
- 07 May, 2018 1 commit
-
-
Côme Chilliet authored
issue #5831
-
- 25 Apr, 2018 1 commit
-
-
Côme Chilliet authored
-
- 05 Mar, 2018 1 commit
-
-
Côme Chilliet authored
In some cases the user IP change and it’s fine, so remove the security check on the IP. issue #5783
-
- 13 Feb, 2018 1 commit
-
-
Côme Chilliet authored
issue #5775
-
- 25 Jan, 2018 1 commit
-
-
Côme Chilliet authored
UI will not be perfect but this should work for controlling who can create/restore snapshots. The ACL for seeing snapshots is not respected yet. issue #5743
-
- 05 Dec, 2017 1 commit
-
-
Côme Chilliet authored
Now there is an ACL you can put in any ACL role to give access to the dashboard. And all searches from the dashboard are checking ACL and returning info only on the data you are allowed to see. Plugins providing a dashboard tab will have to be adapted as well issue #5734
-
- 14 Nov, 2017 2 commits
-
-
Côme Chilliet authored
isuse #5732
-
Côme Chilliet authored
Took code from webservice to include directly in objects class. The point is to make sure objects::ls is not used to see attributes that the calling user is not allowed to see. The same kind of check should be done for the attributes used in the filter. Maybe a bypass should be added later to allow "admins" to use operational attributes and other LDAP attributes which does not match an ACL. issue #5732
-
- 06 Apr, 2017 1 commit
-
-
Côme Chilliet authored
-