modified to allow only one kind of client at a time

This commit is contained in:
fgerlits 2004-11-24 16:45:58 +00:00
parent 8d7e16a0c4
commit f561ad58ff
4 changed files with 10 additions and 6 deletions

View file

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE authenticationClientFactory [
<!ELEMENT authenticationClientFactory (testAuthentication)>
<!ELEMENT authenticationClientFactory (testAuthentication|
webAuthentication)>
<!ELEMENT testAuthentication (user) >