diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-11-03 18:14:59 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-11-03 18:14:59 +0000 |
| commit | 6ad55ada1f968691373ef0f7ac2c70ebd2258247 (patch) | |
| tree | 9837c7bd7dfae2b51745cb1c2ad511b46d7169ab | |
| parent | a28349c9c74790bb45a602efd712eb14907c925a (diff) | |
we're missing AuthenticationContextStatement support
| -rw-r--r-- | lasso/xml/lib_authn_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/xml/lib_authn_context.h b/lasso/xml/lib_authn_context.h index 1c817019..9a000a89 100644 --- a/lasso/xml/lib_authn_context.h +++ b/lasso/xml/lib_authn_context.h @@ -48,6 +48,8 @@ struct _LassoLibAuthnContext { char *AuthnContextClassRef; /* <xs:element name="AuthnContextStatementRef" type="xs:anyURI"/> */ char *AuthnContextStatementRef; + /* <xs:element ref="ac:AuthenticationContextStatement"/> */ + /* XXX: LassoLibAuthenticationContextStatement ... */ }; struct _LassoLibAuthnContextClass { |
