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 @@ -20,12 +20,6 @@ UserSpecList ::=
2020UserSpec ::=
2121 Username AuthOption
2222
23- RequireClauseOpt ::=
24- ( 'REQUIRE' 'NONE' | 'REQUIRE' 'SSL' | 'REQUIRE' 'X509' | 'REQUIRE' RequireList )?
25-
26- RequireList ::=
27- ( "ISSUER" stringLit | "SUBJECT" stringLit | "CIPHER" stringLit | "SAN" stringLit | "TOKEN_ISSUER" stringLit )*
28-
2923Username ::=
3024 StringName ('@' StringName | singleAtIdentifier)? | 'CURRENT_USER' OptionalBraces
3125
Original file line number Diff line number Diff line change @@ -20,12 +20,6 @@ IfNotExists ::=
2020UserSpecList ::=
2121 UserSpec ( ',' UserSpec )*
2222
23- RequireClauseOpt ::=
24- ( 'REQUIRE' 'NONE' | 'REQUIRE' 'SSL' | 'REQUIRE' 'X509' | 'REQUIRE' RequireList )?
25-
26- RequireList ::=
27- ( "ISSUER" stringLit | "SUBJECT" stringLit | "CIPHER" stringLit | "SAN" stringLit | "TOKEN_ISSUER" stringLit )*
28-
2923UserSpec ::=
3024 Username AuthOption
3125
You can’t perform that action at this time.
0 commit comments