summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/PortableInterceptors/Auth/README
blob: 5bcc33ea99b4339c95ee45e1b3bfc6645f2a8c2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// $Id$

Portable Interceptors


File: DevGuideExamples/PortableInterceptor/Auth/README


This directory contains an example illustrating client and server
Request Interceptors.

This is a simple insecure authentication example that is based on 
the Messenger example in GettingStarted directory.  A message is 
sent by MessengerClient and displayed by MessengerServer.  A client-side 
portable interceptor adds a username to each request sent to the server. 
A server-side interceptor verifies that the supplied username is valid.

How to Run
----------

To start the server:
------------------
./MessengerServer 


To start the client:
------------------
./MessengerClient 



Exeuction via Perl Script
-------------------------

A Perl script has been created to automate the steps shown
above.  This script can be run via the following command:

./run_test.pl