Skip to content

Commit

Permalink
Merge pull request #111 from ineilson/fix-host-dn-regexp
Browse files Browse the repository at this point in the history
Fix host dn regexp
  • Loading branch information
GRyall authored May 11, 2018
2 parents bfe96ed + 9340e4c commit 8172fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/gocdb_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<field>
<fname>HOST_DN</fname>
<length>255</length>
<regex>/^(\/[A-Za-z]+=[a-zA-Z0-9\/\-\_\s\.,'@\/]+)*$/</regex>
<regex>/^(\/[a-zA-Z]+=[a-zA-Z0-9\-\_\s\.@,'\/\)\(]+)*$/</regex>
</field>
<field>
<fname>HOST_OS</fname>
Expand Down

0 comments on commit 8172fca

Please sign in to comment.