Changes between Initial Version and Version 1 of UsernameToken

Show
Ignore:
Timestamp:
01/20/12 23:16:28 (12 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsernameToken

    v1 v1  
     1{{{ 
     2                                <sm:Module xsi:type="sm:ecm_gsoap.service"> 
     3                                                <sm:Host>grass1.man.poznan.pl</sm:Host> 
     4                                                <sm:Port>19021</sm:Port> 
     5                                                <sm:KeepAlive>false</sm:KeepAlive> 
     6                                                <sm:Authentication> 
     7                                                                <sm:Module xsi:type="sm:atc_transport_ssl.service"> 
     8                                                                        <sm:ServiceAuthentication> 
     9                                                                                <sm:X509CertKeyFile>/opt/plgrid/qcg/etc/qcg-comp/certs/qcgcertkey.pem</sm:X509CertKeyFile> 
     10                                                                        </sm:ServiceAuthentication> 
     11                                                                </sm:Module> 
     12                                                                <sm:Module xsi:type="sm:atc_msg_wsse_username.service"> 
     13                                                                        <sm:UserdirModule> 
     14                                                                                <sm:Module xsi:type="sm:userdir_pam"/> 
     15                                                                        </sm:UserdirModule> 
     16                                                                </sm:Module> 
     17                                                </sm:Authentication> 
     18                                                <sm:Authorization> 
     19                                                                <sm:Module xsi:type="sm:atz_username"/> 
     20                                                </sm:Authorization> 
     21                                </sm:Module> 
     22 
     23 
     24 
     25 
     26}}}