From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:04 +0000 (-0700) Subject: Do schema validation with xmlsec1 in vgauth X-Git-Tag: stable-10.2.0~533 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e1edd1a3b60c6aa4c585c788796b15959275eab;p=thirdparty%2Fopen-vm-tools.git Do schema validation with xmlsec1 in vgauth Add schema validation for xmlsec1 based SAML verification. --- diff --git a/open-vm-tools/vgauth/service/Makefile.am b/open-vm-tools/vgauth/service/Makefile.am index 584f4e104..7fedee1f6 100644 --- a/open-vm-tools/vgauth/service/Makefile.am +++ b/open-vm-tools/vgauth/service/Makefile.am @@ -46,6 +46,7 @@ VGAuthService_SCRIPTS += ../serviceImpl/schemas/XMLSchema-hasFacetAndProperty.xs VGAuthService_SCRIPTS += ../serviceImpl/schemas/XMLSchema-instance.xsd VGAuthService_SCRIPTS += ../serviceImpl/schemas/XMLSchema.xsd VGAuthService_SCRIPTS += ../serviceImpl/schemas/xml.xsd +VGAuthService_SCRIPTS += ../serviceImpl/schemas/catalog.xml VGAuthService_CPPFLAGS = VGAuthService_CPPFLAGS += -DVMTOOLS_USE_GLIB diff --git a/open-vm-tools/vgauth/serviceImpl/schemas/catalog.xml b/open-vm-tools/vgauth/serviceImpl/schemas/catalog.xml new file mode 100644 index 000000000..da7891713 --- /dev/null +++ b/open-vm-tools/vgauth/serviceImpl/schemas/catalog.xml @@ -0,0 +1,6 @@ + + + + + +