maguro      2005/04/23 23:26:51

  Modified:    
modules/openejb-builder/src/test/org/openejb/corba/security/config/tss
                        TSSConfigEditorTest.java
  Log:

  Added some more identity assertion types.
  
  Revision  Changes    Path
  1.9       +3 -3      
openejb/modules/openejb-builder/src/test/org/openejb/corba/security/config/tss/TSSConfigEditorTest.java
  
  Index: TSSConfigEditorTest.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/openejb-builder/src/test/org/openejb/corba/security/config/tss/TSSConfigEditorTest.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TSSConfigEditorTest.java  23 Apr 2005 18:44:30 -0000      1.8
  +++ TSSConfigEditorTest.java  24 Apr 2005 03:26:51 -0000      1.9
  @@ -151,7 +151,7 @@
                                               "                    
<tss:compoundSecMech>\n" +
                                               "                        
<tss:GSSUP targetName=\"geronimo-properties-realm\"/>\n" +
                                               "                        
<tss:sasMech>\n" +
  -                                            "                            
<tss:identityTokenTypes><tss:ITTAnonymous/><tss:ITTPrincipalNameGSSUP/></tss:identityTokenTypes>\n"
 +
  +                                            "                            
<tss:identityTokenTypes><tss:ITTAnonymous/><tss:ITTPrincipalNameGSSUP/><tss:ITTDistinguishedName/><tss:ITTX509CertChain/></tss:identityTokenTypes>\n"
 +
                                               "                        
</tss:sasMech>\n" +
                                               "                    
</tss:compoundSecMech>\n" +
                                               "                
</tss:compoundSecMechTypeList>\n" +
  
  
  

Reply via email to