added missing file
This commit is contained in:
parent
8b2b3f6ecf
commit
6fdafd17e2
1 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<!DOCTYPE authenticationClientFactory [
|
||||||
|
|
||||||
|
<!ELEMENT authenticationClientFactory (testAuthentication|
|
||||||
|
webAuthentication)>
|
||||||
|
|
||||||
|
<!ELEMENT testAuthentication (user) >
|
||||||
|
|
||||||
|
<!ELEMENT user EMPTY >
|
||||||
|
<!ATTLIST user login CDATA #REQUIRED >
|
||||||
|
<!ATTLIST user password CDATA #REQUIRED >
|
||||||
|
|
||||||
|
]>
|
||||||
|
<authenticationClientFactory>
|
||||||
|
<testAuthentication>
|
||||||
|
<user login="root" password="q" />
|
||||||
|
</testAuthentication>
|
||||||
|
</authenticationClientFactory>
|
Loading…
Add table
Add a link
Reference in a new issue