[MDEV-17940] Documentation does not indicate that X509 and SSL are exclusive options Created: 2018-12-08 Updated: 2018-12-27 Resolved: 2018-12-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System, Documentation |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Documentation for CREATE USER says that the statement can contain REQUIRE clause as
and tls_option is further specified as
which suggests that any of them can be used as elements of a list. In practice, if X509 or SSL is used, it has to be the only option:
Same is true for upstream 5.7 (manual vs server). Also, I don't know if it's obvious to users or not, but every other option can only be used once. |
| Comments |
| Comment by Ian Gilfillan [ 2018-12-27 ] |
|
I have added these limitations to the description, without changing the syntax, which I think would make it overly complicated. |