summaryrefslogtreecommitdiffstats
path: root/lasso/xml
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-08-16 11:47:33 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-08-16 11:47:33 +0000
commite86056cb7da2d208c4d962bd663e5f4044a42af7 (patch)
treeb6745e81c81211a8b6efe25a8c5071c659e86f11 /lasso/xml
parent8059e3ee83a1d3afa2f01fabccb58263949c4c13 (diff)
downloadlasso-e86056cb7da2d208c4d962bd663e5f4044a42af7.tar.gz
lasso-e86056cb7da2d208c4d962bd663e5f4044a42af7.tar.xz
lasso-e86056cb7da2d208c4d962bd663e5f4044a42af7.zip
*** empty log message ***
Diffstat (limited to 'lasso/xml')
-rw-r--r--lasso/xml/strings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/xml/strings.c b/lasso/xml/strings.c
index 13ecb497..89bb42f4 100644
--- a/lasso/xml/strings.c
+++ b/lasso/xml/strings.c
@@ -120,8 +120,8 @@ const xmlChar lassoSamlMajorVersion[] = "1";
const xmlChar lassoSamlMinorVersion[] = "1";
/* StatusCodes */
-const xmlChar lassoSamlStatusCodeRequestDenied[] = "Samlp:RequestDenied";
-const xmlChar lassoSamlStatusCodeSuccess[] = "Samlp:Success";
+const xmlChar lassoSamlStatusCodeRequestDenied[] = "samlp:RequestDenied";
+const xmlChar lassoSamlStatusCodeSuccess[] = "samlp:Success";
/* AuthenticationMethods */
const xmlChar lassoSamlAuthenticationMethodPassword[] = "urn:oasis:names:tc:SAML:1.0:am:password";