testAuthenitcation.xml -- one more file left out last time
This commit is contained in:
parent
f561ad58ff
commit
c74555104f
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<!DOCTYPE testAuthentication [
|
||||||
|
|
||||||
|
<!ELEMENT testAuthentication (user) >
|
||||||
|
|
||||||
|
<!ELEMENT user EMPTY >
|
||||||
|
<!ATTLIST user login CDATA #REQUIRED >
|
||||||
|
<!ATTLIST user password CDATA #REQUIRED >
|
||||||
|
]>
|
||||||
|
<testAuthentication>
|
||||||
|
<user login="root" password="q" />
|
||||||
|
</testAuthentication>
|
Loading…
Reference in New Issue