httpd-2.4/manual/mod/mod_authnz_ldap.xml
Lucien Gentis <[email protected]>
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]> |
Hello, When executing build.sh validate-xml Line 527: mod_authnz_ldap.xml:527:37: Element type "SITENAME" must be declared. mod_authnz_ldap.xml is not a valid XML document Document becomes valid if I replace: <LocationMatch ^/dav/(?<SITENAME>[^/]+)/> by <LocationMatch ^/dav/(?<SITENAME>[^/]+)/> ... but I don't understand why. So I let you do the correction. Lucien