Previous Table of Contents Next


24.7.2 Confidentiality and Trust in Server Established in the Connection - Stateless Trust in Client Established in Service Context



   24.7.2.1 Sample IOR Configuration

   The following sample IOR was designed to address the related scenario.

   CompoundSecMechList{stateful = FALSE;mechanism_list = {

   CompoundSecMec { target_requires = {Integrity, Confidentiality, EstablishTrustInClient}; transport_mech = TAG_TLS_SEC_TRANS {

   target_supports = {Integrity, Confidentiality, EstablishTrustInClient,

   EstablishTrustInTarget}; target_requires = {Integrity, Confidentiality}; addresses = {

   TransportAddress { host_name = x; port = y;

   };

   };};as_context_mech = {

   target_supports = {EstablishTrustInClient}; target_requires = {EstablishTrustInClient}; client_authentication_mech = GSSUPMechOID; target_name = (GSSUPMechOID + name_scope);

   };

   sas_context_mech = { target_supports = {}; ...

   };};};};