You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ma...@apache.org on 2007/05/15 06:49:53 UTC

svn commit: r538057 - /webservices/axis2/scratch/c/neethi/rampart/samples/callback/pwcb.c

Author: manjula
Date: Mon May 14 21:49:52 2007
New Revision: 538057

URL: http://svn.apache.org/viewvc?view=rev&rev=538057
Log:
Adding some usernames and passwords.

Modified:
    webservices/axis2/scratch/c/neethi/rampart/samples/callback/pwcb.c

Modified: webservices/axis2/scratch/c/neethi/rampart/samples/callback/pwcb.c
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/neethi/rampart/samples/callback/pwcb.c?view=diff&rev=538057&r1=538056&r2=538057
==============================================================================
--- webservices/axis2/scratch/c/neethi/rampart/samples/callback/pwcb.c (original)
+++ webservices/axis2/scratch/c/neethi/rampart/samples/callback/pwcb.c Mon May 14 21:49:52 2007
@@ -50,6 +50,14 @@
     {
         pw = "bobPW";
     }
+    else if (0 == axutil_strcmp(username, "Bob"))
+    {
+        pw = "boB";
+    }
+    else if (0 == axutil_strcmp(username, "Alice"))
+    {
+        pw = "ecilA";
+    }
     /*These are for sample keystores*/
     else if (0 == axutil_strcmp(username, "a"))
     {



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org