diff options
author | Rob Austein <sra@hactrn.net> | 2014-02-25 23:04:11 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-02-25 23:04:11 +0000 |
commit | ce5fd146cb746836c46c7f1ab435ec7d3d49af4f (patch) | |
tree | ed6ac8bd95d18b1a18e6d50e485f9db77bf76202 /rpkid/publication-schema.rnc | |
parent | de95fb9525bf5f1ced2fb90924b31b78494e1e87 (diff) |
Router certificates working again after changes to get subject name out of the PKCS !#10.
svn path=/branches/tk671/; revision=5683
Diffstat (limited to 'rpkid/publication-schema.rnc')
-rw-r--r-- | rpkid/publication-schema.rnc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rpkid/publication-schema.rnc b/rpkid/publication-schema.rnc index 4a4b71c7..4fa6f2ae 100644 --- a/rpkid/publication-schema.rnc +++ b/rpkid/publication-schema.rnc @@ -66,7 +66,7 @@ uri = attribute uri { uri_t } # Handles on remote objects (replaces passing raw SQL IDs). NB: # Unlike the up-down protocol, handles in this protocol allow "/" as a # hierarchy delimiter. -object_handle = xsd:string { maxLength="255" pattern="[\-_A-Za-z0-9/]*" } +object_handle = xsd:string { maxLength="255" pattern="[\-_A-Za-z0-9/]+" } # <config/> element (use restricted to repository operator) # config_handle attribute, create, list, and destroy commands omitted deliberately, see code for details @@ -144,4 +144,6 @@ report_error_reply = element report_error { # Local Variables: # indent-tabs-mode: nil +# comment-start: "# " +# comment-start-skip: "#[ \t]*" # End: |