Changeset 1042 for trunk/admin


Ignore:
Timestamp:
06/23/09 14:27:31 (15 years ago)
Author:
rafaelraymundo
Message:

Ticket #562 - Realizados procedimentos para utilizacao de Certificado Digital no login

Location:
trunk/admin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/inc/hook_admin.inc.php

    r1035 r1042  
    8383                        $file['CASCRLS']    = $GLOBALS['phpgw']->link('../seguranca/security_admin.php'); 
    8484                } 
    85         } 
    86  
    87  
    88         if (! $GLOBALS['phpgw']->acl->check('asyncservice_access',1,'admin')) 
    89         { 
    90                 $file['subversion']    = $GLOBALS['phpgw']->link('subversion.php'); 
    91         } 
     85        }  
    9286 
    9387        if (! $GLOBALS['phpgw']->acl->check('site_config_access',1,'admin')) 
  • trunk/admin/templates/azul/config.tpl

    r1029 r1042  
    5252   <tr class="th"> 
    5353    <td colspan="2">&nbsp;<b>{lang_security}</b></td> 
     54   </tr> 
     55 
     56   <tr class="row_off"> 
     57    <td valign="top"><pre> 
     58Nome, um ponto-e-virgula como separador, e o caminho completo para os drivers dos tokens  
     59que ser&atilde;o suportados (At&eacute; 10):<br/> 
     60 
     61   Ex:  ePass2000Lx;/usr/lib/libepsng_p11.so 
     62        ePass2000Win;c:/windows/system32/ngp11v211.dll  
     63        
     64        Estes s&atilde;o os drivers para o token ePass2000, utilizado no Serpro, 
     65        nos ambientes Linux e Windows respectivamente. 
     66 
     67        <b>Aten&ccedil;&atilde;o</b>: O caminho no ambiente Windows n&atilde;o deve usar contra barra.  
     68         </pre> </td> 
     69    <td> 
     70        <input name="newsettings[test_token11]" value="{value_test_token11}"><br/> 
     71        <input name="newsettings[test_token21]" value="{value_test_token21}"><br/> 
     72        <input name="newsettings[test_token31]" value="{value_test_token31}"><br/> 
     73        <input name="newsettings[test_token41]" value="{value_test_token41}"><br/> 
     74        <input name="newsettings[test_token51]" value="{value_test_token51}"><br/> 
     75        <input name="newsettings[test_token61]" value="{value_test_token61}"><br/> 
     76        <input name="newsettings[test_token71]" value="{value_test_token71}"><br/> 
     77        <input name="newsettings[test_token81]" value="{value_test_token81}"><br/> 
     78        <input name="newsettings[test_token91]" value="{value_test_token91}"><br/> 
     79        <input name="newsettings[test_token101]" value="{value_test_token101}"><br/> 
     80    </td> 
    5481   </tr> 
    5582 
Note: See TracChangeset for help on using the changeset viewer.