summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/RejectInsecure/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Security/RejectInsecure/README')
-rw-r--r--TAO/orbsvcs/tests/Security/RejectInsecure/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/orbsvcs/tests/Security/RejectInsecure/README b/TAO/orbsvcs/tests/Security/RejectInsecure/README
deleted file mode 100644
index 865221c58ea..00000000000
--- a/TAO/orbsvcs/tests/Security/RejectInsecure/README
+++ /dev/null
@@ -1,12 +0,0 @@
-# $Id$
-
-This test helps make sure that authentication is working properly.
-This test checks if we are able to reject unauthenticated secure connections.
-
-The server has a single method which when invoked will return a
-boolean value (true) to show that the server has been contacted. We
-need to make sure that not only are unsecured connections rejected,
-but also unauthorized connections, even if they are secure, are also
-rejected.
-
-