Vitaly Baranov
|
c7cef91d4d
|
Two ways to provide access to system.users: "GRANT SHOW USERS ON *.*" and "GRANT SELECT ON system.users"
|
2022-07-15 15:44:29 +02:00 |
|
Vitaly Baranov
|
5456bde4a2
|
Improve gathering metadata for storing ACL in backups.
|
2022-06-30 09:46:37 +02:00 |
|
Vitaly Baranov
|
031ca28fdc
|
Add test for partition clause. More checks for data compatibility on restore.
|
2022-06-30 08:37:18 +02:00 |
|
Vitaly Baranov
|
a0c558a17e
|
Implement backup/restore for ACL system tables (system.users, system.roles, etc.)
|
2022-06-17 18:14:31 +02:00 |
|
Vitaly Baranov
|
0d377de5f0
|
Support syntax CREATE USER IDENTIFIED WITH ssl_certificate CN ...
|
2022-02-21 07:01:00 +03:00 |
|
Vitaly Baranov
|
afe2c9c040
|
Rename AccessControlManager -> AccessControl.
|
2021-11-02 14:06:20 +03:00 |
|
Vitaly Baranov
|
a0c38a3dfd
|
Rename AuthenticationType::MAX_TYPE.
|
2021-11-02 12:02:22 +03:00 |
|
Vitaly Baranov
|
ab01b9afc8
|
Split Authentication.h to common and main parts.
|
2021-11-01 19:13:49 +03:00 |
|
Vitaly Baranov
|
3ed7f8f0b3
|
Move access-rights' source files needed for parser to a separate target.
|
2021-11-01 19:13:49 +03:00 |
|
万康
|
66631ca680
|
add column default_database
|
2021-08-01 08:11:01 +08:00 |
|
Maksim Kita
|
67e9b85951
|
Merge ext into common
|
2021-06-16 23:28:41 +03:00 |
|
Alexey Milovidov
|
6ca37b9512
|
Untangle UUID
|
2021-05-04 01:59:38 +03:00 |
|
Alexey Milovidov
|
649550c5ab
|
Attempt to normalize big integers
|
2021-04-25 12:30:43 +03:00 |
|
Ivan
|
495c6e03aa
|
Replace all Context references with std::weak_ptr (#22297)
* Replace all Context references with std::weak_ptr
* Fix shared context captured by value
* Fix build
* Fix Context with named sessions
* Fix copy context
* Fix gcc build
* Merge with master and fix build
* Fix gcc-9 build
|
2021-04-11 02:33:54 +03:00 |
|
Vitaly Baranov
|
37ce6e26d3
|
Add a new clause GRANTEES to commands CREATE USER and ALTER USER.
|
2021-03-14 19:12:42 +03:00 |
|
Denis Glazachev
|
290a6d273e
|
Add Kerberos support for authenticating existing users when accessing over HTTP
|
2021-03-11 23:41:10 +03:00 |
|
Alexander Tokmakov
|
5cdfcfb307
|
remove other stringstreams
|
2020-11-09 22:12:44 +03:00 |
|
Alexey Milovidov
|
fd84d16387
|
Fix "server failed to start" error
|
2020-11-07 03:14:53 +03:00 |
|
Vitaly Baranov
|
2909ed1bc0
|
Better initialization of access storages. Make list of access storages dynamic.
|
2020-08-16 19:15:34 +03:00 |
|
Denis Glazachev
|
5db60202b6
|
Merge branch 'master' into ldap-per-user-authentication
|
2020-06-19 00:11:08 +04:00 |
|
Vitaly Baranov
|
92b9f4a88d
|
Rename ExtendedRoleSet => RolesOrUsersSet.
|
2020-06-15 20:10:34 +03:00 |
|
Denis Glazachev
|
ca1381d475
|
Write empty json in more efficient way
|
2020-06-03 01:17:59 +04:00 |
|
Denis Glazachev
|
e75bb335e3
|
Fix: set auth_params column value for each row, by default to "{}" empty JSON object
|
2020-06-02 13:40:32 +04:00 |
|
Denis Glazachev
|
bb68768ce1
|
Change auth_params type to string
Write LDAP_SERVER params (server name) to auth_params in JSON
|
2020-05-29 13:30:07 +04:00 |
|
Vitaly Baranov
|
98172deffc
|
Show authentication type in table system.users and while executing SHOW CREATE USER query.
|
2020-05-28 08:34:10 +03:00 |
|
Vitaly Baranov
|
c30587196a
|
Add system tables for users, roles and grants.
|
2020-05-14 14:12:20 +03:00 |
|