File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,6 @@ UserSpecList ::=
1919UserSpec ::=
2020 Username AuthOption
2121
22- RequireClauseOpt ::=
23- ( 'REQUIRE' 'NONE' | 'REQUIRE' 'SSL' | 'REQUIRE' 'X509' | 'REQUIRE' RequireList )?
24-
25- RequireList ::=
26- ( "ISSUER" stringLit | "SUBJECT" stringLit | "CIPHER" stringLit | "SAN" stringLit | "TOKEN_ISSUER" stringLit )*
27-
2822Username ::=
2923 StringName ('@' StringName | singleAtIdentifier)? | 'CURRENT_USER' OptionalBraces
3024
Original file line number Diff line number Diff line change @@ -19,12 +19,6 @@ IfNotExists ::=
1919UserSpecList ::=
2020 UserSpec ( ',' UserSpec )*
2121
22- RequireClauseOpt ::=
23- ( 'REQUIRE' 'NONE' | 'REQUIRE' 'SSL' | 'REQUIRE' 'X509' | 'REQUIRE' RequireList )?
24-
25- RequireList ::=
26- ( "ISSUER" stringLit | "SUBJECT" stringLit | "CIPHER" stringLit | "SAN" stringLit | "TOKEN_ISSUER" stringLit )*
27-
2822UserSpec ::=
2923 Username AuthOption
3024
You can’t perform that action at this time.
0 commit comments