added authenticationclient.xml files which I forgot last time
This commit is contained in:
parent
6b616419df
commit
3aff2f8a8c
2 changed files with 36 additions and 0 deletions
18
livesupport/modules/storage/etc/authenticationClient.xml
Normal file
18
livesupport/modules/storage/etc/authenticationClient.xml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<!DOCTYPE authenticationClientFactory [
|
||||||
|
|
||||||
|
<!ELEMENT authenticationClientFactory (webAuthentication) >
|
||||||
|
|
||||||
|
<!ELEMENT webAuthentication (location) >
|
||||||
|
|
||||||
|
<!ELEMENT location EMPTY >
|
||||||
|
<!ATTLIST location server CDATA #REQUIRED >
|
||||||
|
<!ATTLIST location port NMTOKEN #REQUIRED >
|
||||||
|
<!ATTLIST location path CDATA #REQUIRED >
|
||||||
|
]>
|
||||||
|
<authenticationClientFactory>
|
||||||
|
<webAuthentication>
|
||||||
|
<location server="localhost" port="80"
|
||||||
|
path="/storage/var/xmlrpc/xrLocStor.php" />
|
||||||
|
</webAuthentication>
|
||||||
|
</authenticationClientFactory>
|
18
livesupport/products/scheduler/etc/authenticationClient.xml
Normal file
18
livesupport/products/scheduler/etc/authenticationClient.xml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<!DOCTYPE authenticationClientFactory [
|
||||||
|
|
||||||
|
<!ELEMENT authenticationClientFactory (webAuthentication) >
|
||||||
|
|
||||||
|
<!ELEMENT webAuthentication (location) >
|
||||||
|
|
||||||
|
<!ELEMENT location EMPTY >
|
||||||
|
<!ATTLIST location server CDATA #REQUIRED >
|
||||||
|
<!ATTLIST location port NMTOKEN #REQUIRED >
|
||||||
|
<!ATTLIST location path CDATA #REQUIRED >
|
||||||
|
]>
|
||||||
|
<authenticationClientFactory>
|
||||||
|
<webAuthentication>
|
||||||
|
<location server="localhost" port="80"
|
||||||
|
path="/storage/var/xmlrpc/xrLocStor.php" />
|
||||||
|
</webAuthentication>
|
||||||
|
</authenticationClientFactory>
|
Loading…
Add table
Add a link
Reference in a new issue