memgraph/tests/integration/ldap
andrejtonev 6a4ef55e90
Better auth user/role handling (#1699)
* Stop auth module from creating users
* Explicit about auth policy (check if no users defined OR auth module used)
* Role supports database access definition
* Authenticate() returns user or role
* AuthChecker generates QueryUserOrRole (can be empty)
* QueryUserOrRole actually authorizes
* Add auth cache invalidation
* Better database access queries (GRANT, DENY, REVOKE DATABASE)
2024-02-22 14:00:39 +00:00
..
.gitignore Implement LDAP authentication 2019-02-28 09:39:30 +01:00
CMakeLists.txt Implement LDAP authentication 2019-02-28 09:39:30 +01:00
prepare.sh Migrate deps to S3 (#3) 2020-09-22 19:52:26 +02:00
requirements.txt Bump PyYAML version (#1174) 2023-08-23 12:48:17 +02:00
runner.py Better auth user/role handling (#1699) 2024-02-22 14:00:39 +00:00
schema.ldif Better auth user/role handling (#1699) 2024-02-22 14:00:39 +00:00
tester.cpp Better auth user/role handling (#1699) 2024-02-22 14:00:39 +00:00