Skip to Content.
Sympa Menu

shibboleth-dev - RE: about Shar.log

Subject: Shibboleth Developers

List archive

RE: about Shar.log


Chronological Thread 
  • From: Zhi Qing Wu <>
  • To:
  • Subject: RE: about Shar.log
  • Date: Wed, 1 Sep 2004 19:55:22 +0100 (BST)

>> After "POST /shibboleth/AA", I found some
procedures
>> were repeated several times
(shibrpc_get_assertions_1_svc):
>> I inserted a counter "Times" into
>> "shibrpc_get_assertions_1_svc" and found the
>> function had continuously been called three times.


> It isn't only that function, I also see the
references ahead of that to
> the isSessionValid call. Most likely, the test page
or resource has an
> embedded graphic or two, and the browser is
accessing the web server three times.

> For any given request once a session is live, the
structure of the code
> right now is that it makes separate calls in to
validate the session,
> and then a call to retrieve the SAML information
cached for the session.

Still the confusion about a part of Shar.log.
I have checked my test page and it only contains a
text message.

In order to prove if separate calls will bring more
information on the origin back, I added
log.debug("Exam - B: response %s",
os.str().c_str());
under the line (about 545, shibrpc-server.cpp)
av[i++].xml_string = strdup(os.str().c_str());

The result (attached at the end of the email,
shar.log) shows the information contained in three
obtained "entries" is the same. Therefore, the only
possibility is that the browser is accessing the web
server three times. But why the browser does that for
a text web page?

Zhi Qing





___________________________________________________________ALL-NEW Yahoo!
Messenger - all new features - even more fun! http://uk.messenger.yahoo.com...
2004-09-01 18:51:36 DEBUG SAML.libcurl [1] session_is_valid preFetch populate
getNewResponse send send: expire date: 2012-10-29 12:26:29 GMT
2004-09-01 18:51:36 DEBUG SAML.libcurl [1] session_is_valid preFetch populate
getNewResponse send send: common name: venables-0111.salford.ac.uk
(matched)
2004-09-01 18:51:36 DEBUG SAML.libcurl [1] session_is_valid preFetch populate
getNewResponse send send: issuer:
/C=GB/O=PERMIS/OU=Shibboleth/CN=Root CA
2004-09-01 18:51:36 DEBUG SAML.libcurl [1] session_is_valid preFetch populate
getNewResponse send send: SSL certificate verify ok.
2004-09-01 18:51:36 DEBUG SAML.libcurl [1] session_is_valid preFetch populate
getNewResponse send send: POST /shibboleth/AA HTTP/1.1
Host: venables-0111.salford.ac.uk:8443
Pragma: no-cache
Accept: */*
Content-Type: text/xml
SOAPAction: http://www.oasis-open.org/committees/security
Shibboleth: 1.2
Content-Length: 689

<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/";><Body><Request
xmlns="urn:oasis:names:tc:SAML:1.0:protocol"
IssueInstant="2004-09-01T17:51:36Z" MajorVersion="1" MinorVersion="1"
RequestID="f6375f6ebed3f597f73df6fbd4cc9885"
xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"
xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol"><AttributeQuery
Resource="https://venables-0023.salford.ac.uk:8443";><Subject
xmlns="urn:oasis:names:tc:SAML:1.0:assertion"><NameIdentifier
Format="urn:mace:shibboleth:1.0:nameIdentifier"
NameQualifier="https://venables-0111.salford.ac.uk:8443";>60caec08-219f-4eb4-bb94-af726bfc2963</NameIdentifier></Subject></AttributeQuery></Request></Body></Envelope>
2004-09-01 18:51:36 DEBUG OpenSSL [1] session_is_valid preFetch populate
getNewResponse send send: invoking default X509 verify callback
2004-09-01 18:51:37 DEBUG SAML.libcurl [1] session_is_valid preFetch populate
getNewResponse send send: HTTP/1.1 200 OK
2004-09-01 18:51:37 DEBUG SAML.libcurl [1] session_is_valid preFetch populate
getNewResponse send send: Date: Wed, 01 Sep 2004 17:51:50 GMT
2004-09-01 18:51:37 DEBUG SAML.libcurl [1] session_is_valid preFetch populate
getNewResponse send send: Server: Apache/1.3.29 (Unix) mod_jk/1.2.5
mod_ssl/2.8.16 OpenSSL/0.9.7d
2004-09-01 18:51:37 DEBUG SAML.libcurl [1] session_is_valid preFetch populate
getNewResponse send send: Transfer-Encoding: chunked
2004-09-01 18:51:37 DEBUG SAML.libcurl [1] session_is_valid preFetch populate
getNewResponse send send: Content-Type: text/xml; charset=UTF-8
2004-09-01 18:51:37 DEBUG SAML.libcurl [1] session_is_valid preFetch populate
getNewResponse send send: 400
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";><soap:Body><Response
xmlns="urn:oasis:names:tc:SAML:1.0:protocol"
xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"
xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol"
InResponseTo="f6375f6ebed3f597f73df6fbd4cc9885"
IssueInstant="2004-09-01T17:51:50.571Z" MajorVersion="1" MinorVersion="1"
ResponseID="a019c88d1f135537a17d3ce4ad3c0ea0"><Status><StatusCode
Value="samlp:Success"></StatusCode></Status><Assertion
xmlns="urn:oasis:names:tc:SAML:1.0:assertion"
AssertionID="dfbe05080c87d401230e0319099a1330"
IssueInstant="2004-09-01T17:51:50.569Z"
Issuer="https://venables-0111.salford.ac.uk:8443"; MajorVersion="1"
MinorVersion="1"><Conditions NotBefore="2004-09-01T17:51:50.569Z"
NotOnOrAfter="2004-09-01T18:21:50.569Z"><AudienceRestrictionCondition><Audience>https://venables-0023.salford.ac.uk:8443</Audience></AudienceRes
trictionCondition></Conditions><At
2004-09-01 18:51:37 DEBUG SAML.libcurl [1] session_is_valid preFetch populate
getNewResponse send send: 320
tributeStatement><Subject><NameIdentifier
Format="urn:mace:shibboleth:1.0:nameIdentifier"
NameQualifier="https://venables-0111.salford.ac.uk:8443";>60caec08-219f-4eb4-bb94-af726bfc2963</NameIdentifier></Subject><Attribute
xmlns:typens="urn:mace:shibboleth:1.0"
AttributeName="urn:mace:dir:attribute-def:mail"
AttributeNamespace="urn:mace:shibboleth:1.0:attributeNamespace:uri"><AttributeValue

xsi:type="typens:AttributeValueType"></AttributeValue></Attribute><Attribute
xmlns:typens="urn:mace:shibboleth:1.0"
AttributeName="urn:mace:dir:attribute-def:sn"
AttributeNamespace="urn:mace:shibboleth:1.0:attributeNamespace:uri"><AttributeValue

xsi:type="typens:AttributeValueType">test123</AttributeValue></Attribute></AttributeStatement></Assertion></Response></soap:Body></soap:Envelope>
2004-09-01 18:51:37 DEBUG SAML.libcurl [1] session_is_valid preFetch populate
getNewResponse send send: 0

2004-09-01 18:51:37 DEBUG SAML.libcurl [1] session_is_valid preFetch populate
getNewResponse send send: Connection #0 left intact
2004-09-01 18:51:37 DEBUG XMLProviders.XMLAAPImpl [1] session_is_valid
preFetch populate getNewResponse accept: evaluating value for attribute
urn:mace:dir:attribute-def:mail from site
https://venables-0111.salford.ac.uk:8443
2004-09-01 18:51:37 DEBUG XMLProviders.XMLAAPImpl [1] session_is_valid
preFetch populate getNewResponse accept: any site, any value, match
2004-09-01 18:51:37 DEBUG XMLProviders.XMLAAPImpl [1] session_is_valid
preFetch populate getNewResponse accept: evaluating value for attribute
urn:mace:dir:attribute-def:sn from site
https://venables-0111.salford.ac.uk:8443
2004-09-01 18:51:37 DEBUG XMLProviders.XMLAAPImpl [1] session_is_valid
preFetch populate getNewResponse accept: any site, any value, match
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [1]
session_is_valid preFetch populate: fetched and stored new response
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [1] session_is_valid: Exam -
A preFetch what
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [1] session_is_valid: session
ok
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [2] get_assertions Times = 1:
get attrs for client at 146.87.80.111
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [2] get_assertions Times = 1:
cookie: b4e46901ee199a267cc1b1663cefe11f
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [2] get_assertions Times = 1:
application: default
2004-09-01 18:51:37 DEBUG shibtarget.InternalCCache [2] get_assertions Times
= 1: Find: "b4e46901ee199a267cc1b1663cefe11f"
2004-09-01 18:51:37 DEBUG shibtarget.InternalCCache [2] get_assertions Times
= 1: findI: "b4e46901ee199a267cc1b1663cefe11f"
2004-09-01 18:51:37 DEBUG shibtarget.InternalCCache [2] get_assertions Times
= 1: Match Found.
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [2] get_assertions Times = 1:
application: default
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [2] get_assertions
Times = 1 getAssertions populate: populating attributes for session (ID:
b4e46901ee199a267cc1b1663cefe11f)
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [2] get_assertions
Times = 1 getAssertions populate responseValid: checking AA response validity
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [2] get_assertions
Times = 1 getAssertions populate responseValid: testing assertion...
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [2] get_assertions
Times = 1 getAssertions populate responseValid: comparing now
(2004-09-01T17:51:37Z) to 2004-09-01T18:21:50.569Z
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [2] get_assertions
Times = 1 getAssertions populate responseValid: yep, response still valid
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [2] get_assertions Times = 1:
Exam - B: response <Assertion xmlns="urn:oasis:names:tc:SAML:1.0:assertion"
AssertionID="dfbe05080c87d401230e0319099a1330"
IssueInstant="2004-09-01T17:51:50.569Z"
Issuer="https://venables-0111.salford.ac.uk:8443"; MajorVersion="1"
MinorVersion="1" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"
xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol"
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";><Conditions
NotBefore="2004-09-01T17:51:50.569Z"
NotOnOrAfter="2004-09-01T18:21:50.569Z"><AudienceRestrictionCondition><Audience>https://venables-0023.salford.ac.uk:8443</Audience></AudienceRestrictionCondition></Conditions><AttributeStatement><Subject><NameIdentifier
Format="urn:mace:shibboleth:1.0:nameIdentifier"
NameQualifier="https://venables-0111.salford.ac.uk:8443";>60caec08-219f-4eb4-bb94-af726bfc2963</NameIdentifier></Subject><Attribute
AttributeName="u
rn:mace:dir:attribute-def:mail"
AttributeNamespace="urn:mace:shibboleth:1.0:attributeNamespace:uri"
xmlns:typens="urn:mace:shibboleth:1.0"><AttributeValue
xsi:type="typens:AttributeValueType"></AttributeValue></Attribute><Attribute
AttributeName="urn:mace:dir:attribute-def:sn"
AttributeNamespace="urn:mace:shibboleth:1.0:attributeNamespace:uri"
xmlns:typens="urn:mace:shibboleth:1.0"><AttributeValue
xsi:type="typens:AttributeValueType">test123</AttributeValue></Attribute></AttributeStatement></Assertion>
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [2] get_assertions Times = 1:
returning
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [3] session_is_valid:
checking:

(checkAddr=true)
2004-09-01 18:51:37 DEBUG shibtarget.InternalCCache [3] session_is_valid:
Find: "b4e46901ee199a267cc1b1663cefe11f"
2004-09-01 18:51:37 DEBUG shibtarget.InternalCCache [3] session_is_valid:
findI: "b4e46901ee199a267cc1b1663cefe11f"
2004-09-01 18:51:37 DEBUG shibtarget.InternalCCache [3] session_is_valid:
Match Found.
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [3] session_is_valid:
application: default
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [3] session_is_valid:
Checking address against 146.87.80.111
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [3]
session_is_valid isValid: testing session (ID:
b4e46901ee199a267cc1b1663cefe11f) (lifetime=7200, timeout=3600)
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [3]
session_is_valid preFetch populate: populating attributes for session (ID:
b4e46901ee199a267cc1b1663cefe11f)
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [3]
session_is_valid preFetch populate responseValid: checking AA response
validity
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [3]
session_is_valid preFetch populate responseValid: testing assertion...
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [3]
session_is_valid preFetch populate responseValid: comparing now
(2004-09-01T17:51:52Z) to 2004-09-01T18:21:50.569Z
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [3]
session_is_valid preFetch populate responseValid: yep, response still valid
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [3] session_is_valid: Exam -
A preFetch what
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [3] session_is_valid: session
ok
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [4] get_assertions Times = 2:
get attrs for client at 146.87.80.111
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [4] get_assertions Times = 2:
cookie: b4e46901ee199a267cc1b1663cefe11f
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [4] get_assertions Times = 2:
application: default
2004-09-01 18:51:37 DEBUG shibtarget.InternalCCache [4] get_assertions Times
= 2: Find: "b4e46901ee199a267cc1b1663cefe11f"
2004-09-01 18:51:37 DEBUG shibtarget.InternalCCache [4] get_assertions Times
= 2: findI: "b4e46901ee199a267cc1b1663cefe11f"
2004-09-01 18:51:37 DEBUG shibtarget.InternalCCache [4] get_assertions Times
= 2: Match Found.
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [4] get_assertions Times = 2:
application: default
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [4] get_assertions
Times = 2 getAssertions populate: populating attributes for session (ID:
b4e46901ee199a267cc1b1663cefe11f)
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [4] get_assertions
Times = 2 getAssertions populate responseValid: checking AA response validity
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [4] get_assertions
Times = 2 getAssertions populate responseValid: testing assertion...
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [4] get_assertions
Times = 2 getAssertions populate responseValid: comparing now
(2004-09-01T17:51:37Z) to 2004-09-01T18:21:50.569Z
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [4] get_assertions
Times = 2 getAssertions populate responseValid: yep, response still valid
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [4] get_assertions Times = 2:
Exam - B: response <Assertion xmlns="urn:oasis:names:tc:SAML:1.0:assertion"
AssertionID="dfbe05080c87d401230e0319099a1330"
IssueInstant="2004-09-01T17:51:50.569Z"
Issuer="https://venables-0111.salford.ac.uk:8443"; MajorVersion="1"
MinorVersion="1" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"
xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol"
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";><Conditions
NotBefore="2004-09-01T17:51:50.569Z"
NotOnOrAfter="2004-09-01T18:21:50.569Z"><AudienceRestrictionCondition><Audience>https://venables-0023.salford.ac.uk:8443</Audience></AudienceRestrictionCondition></Conditions><AttributeStatement><Subject><NameIdentifier
Format="urn:mace:shibboleth:1.0:nameIdentifier"
NameQualifier="https://venables-0111.salford.ac.uk:8443";>60caec08-219f-4eb4-bb94-af726bfc2963</NameIdentifier></Subject><Attribute
AttributeName="u
rn:mace:dir:attribute-def:mail"
AttributeNamespace="urn:mace:shibboleth:1.0:attributeNamespace:uri"
xmlns:typens="urn:mace:shibboleth:1.0"><AttributeValue
xsi:type="typens:AttributeValueType"></AttributeValue></Attribute><Attribute
AttributeName="urn:mace:dir:attribute-def:sn"
AttributeNamespace="urn:mace:shibboleth:1.0:attributeNamespace:uri"
xmlns:typens="urn:mace:shibboleth:1.0"><AttributeValue
xsi:type="typens:AttributeValueType">test123</AttributeValue></Attribute></AttributeStatement></Assertion>
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [4] get_assertions Times = 2:
returning
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [5] session_is_valid:
checking:

(checkAddr=true)
2004-09-01 18:51:37 DEBUG shibtarget.InternalCCache [5] session_is_valid:
Find: "b4e46901ee199a267cc1b1663cefe11f"
2004-09-01 18:51:37 DEBUG shibtarget.InternalCCache [5] session_is_valid:
findI: "b4e46901ee199a267cc1b1663cefe11f"
2004-09-01 18:51:37 DEBUG shibtarget.InternalCCache [5] session_is_valid:
Match Found.
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [5] session_is_valid:
application: default
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [5] session_is_valid:
Checking address against 146.87.80.111
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [5]
session_is_valid isValid: testing session (ID:
b4e46901ee199a267cc1b1663cefe11f) (lifetime=7200, timeout=3600)
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [5]
session_is_valid preFetch populate: populating attributes for session (ID:
b4e46901ee199a267cc1b1663cefe11f)
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [5]
session_is_valid preFetch populate responseValid: checking AA response
validity
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [5]
session_is_valid preFetch populate responseValid: testing assertion...
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [5]
session_is_valid preFetch populate responseValid: comparing now
(2004-09-01T17:51:52Z) to 2004-09-01T18:21:50.569Z
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [5]
session_is_valid preFetch populate responseValid: yep, response still valid
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [5] session_is_valid: Exam -
A preFetch what
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [5] session_is_valid: session
ok
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [6] get_assertions Times = 3:
get attrs for client at 146.87.80.111
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [6] get_assertions Times = 3:
cookie: b4e46901ee199a267cc1b1663cefe11f
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [6] get_assertions Times = 3:
application: default
2004-09-01 18:51:37 DEBUG shibtarget.InternalCCache [6] get_assertions Times
= 3: Find: "b4e46901ee199a267cc1b1663cefe11f"
2004-09-01 18:51:37 DEBUG shibtarget.InternalCCache [6] get_assertions Times
= 3: findI: "b4e46901ee199a267cc1b1663cefe11f"
2004-09-01 18:51:37 DEBUG shibtarget.InternalCCache [6] get_assertions Times
= 3: Match Found.
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [6] get_assertions Times = 3:
application: default
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [6] get_assertions
Times = 3 getAssertions populate: populating attributes for session (ID:
b4e46901ee199a267cc1b1663cefe11f)
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [6] get_assertions
Times = 3 getAssertions populate responseValid: checking AA response validity
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [6] get_assertions
Times = 3 getAssertions populate responseValid: testing assertion...
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [6] get_assertions
Times = 3 getAssertions populate responseValid: comparing now
(2004-09-01T17:51:37Z) to 2004-09-01T18:21:50.569Z
2004-09-01 18:51:37 DEBUG shibtarget::InternalCCacheEntry [6] get_assertions
Times = 3 getAssertions populate responseValid: yep, response still valid
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [6] get_assertions Times = 3:
Exam - B: response <Assertion xmlns="urn:oasis:names:tc:SAML:1.0:assertion"
AssertionID="dfbe05080c87d401230e0319099a1330"
IssueInstant="2004-09-01T17:51:50.569Z"
Issuer="https://venables-0111.salford.ac.uk:8443"; MajorVersion="1"
MinorVersion="1" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"
xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol"
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";><Conditions
NotBefore="2004-09-01T17:51:50.569Z"
NotOnOrAfter="2004-09-01T18:21:50.569Z"><AudienceRestrictionCondition><Audience>https://venables-0023.salford.ac.uk:8443</Audience></AudienceRestrictionCondition></Conditions><AttributeStatement><Subject><NameIdentifier
Format="urn:mace:shibboleth:1.0:nameIdentifier"
NameQualifier="https://venables-0111.salford.ac.uk:8443";>60caec08-219f-4eb4-bb94-af726bfc2963</NameIdentifier></Subject><Attribute
AttributeName="u
rn:mace:dir:attribute-def:mail"
AttributeNamespace="urn:mace:shibboleth:1.0:attributeNamespace:uri"
xmlns:typens="urn:mace:shibboleth:1.0"><AttributeValue
xsi:type="typens:AttributeValueType"></AttributeValue></Attribute><Attribute
AttributeName="urn:mace:dir:attribute-def:sn"
AttributeNamespace="urn:mace:shibboleth:1.0:attributeNamespace:uri"
xmlns:typens="urn:mace:shibboleth:1.0"><AttributeValue
xsi:type="typens:AttributeValueType">test123</AttributeValue></Attribute></AttributeStatement></Assertion>
2004-09-01 18:51:37 DEBUG shibtarget.rpc-server [6] get_assertions Times = 3:
returning
2004-09-01 18:55:50 INFO shibtarget.InternalCCache InternalCCache::cleanup():
Cleanup thread running...
2004-09-01 18:55:50 INFO shibtarget.InternalCCache InternalCCache::cleanup():
deleting 0 old items.
2004-09-01 19:00:50 INFO shibtarget.InternalCCache InternalCCache::cleanup():
Cleanup thread running...
2004-09-01 19:00:50 INFO shibtarget.InternalCCache InternalCCache::cleanup():
deleting 0 old items.
2004-09-01 19:05:50 INFO shibtarget.InternalCCache InternalCCache::cleanup():
Cleanup thread running...
2004-09-01 19:05:50 INFO shibtarget.InternalCCache InternalCCache::cleanup():
deleting 0 old items.
2004-09-01 19:10:50 INFO shibtarget.InternalCCache InternalCCache::cleanup():
Cleanup thread running...
2004-09-01 19:10:50 INFO shibtarget.InternalCCache InternalCCache::cleanup():
deleting 0 old items.
2004-09-01 19:15:50 INFO shibtarget.InternalCCache InternalCCache::cleanup():
Cleanup thread running...
2004-09-01 19:15:50 INFO shibtarget.InternalCCache InternalCCache::cleanup():
deleting 0 old items.



Archive powered by MHonArc 2.6.16.

Top of Page