Files
luos/rbac/engine/xmlform/rbac/userChangeLdap.xml
2011-09-05 12:47:25 -04:00

53 lines
1.3 KiB
XML
Executable File

<?xml version="1.0"?>
<dynaForm name="rbac" basedir="" width='500' >form
<abc type="title" size="25" maxlength="24" validate="4" >
<es>Editar propiedades de authenticacion</es>
<en>Edit Authentication Properties</en>
<po>Editar propiedades de authenticacion</po>
</abc>
<USR_USE_LDAP type="dropdown" group ='4'>
<es>Enable LDAP/AD
<option name='Y'>Enable</option>
<option name='N'>Disable</option>
</es>
<en>Enable LDAP/AD:
<option name='Y'>Enable</option>
<option name='N'>Disable</option>
</en>
<po>Enable LDAP/AD:
<option name='Y'>Enable</option>
<option name='N'>Disable</option>
</po>
</USR_USE_LDAP>
<USR_LDAP_SOURCE type="dropdown" sqlconnection="RBAC" >
select * from AUTHENTICATION_SOURCES
<es>Fuente de Autenticacion:
<option name="" >--select source</option>
</es>
<en>Authentication Source:
<option name="" >--select source</option>
</en>
<po>Authentication Source:
<option name="" >--select source</option>
</po>
</USR_LDAP_SOURCE>
<USR_LDAP_DN type="text" size="45" maxlength="200" validate="4" >
<es>DN Usuario:</es>
<en>DN User:</en>
<po>DN User:</po>
</USR_LDAP_DN>
<BSUBMIT type="submit" >
<es>Continuar:</es>
<en>Continue:</en>
<po>Continuar:</po>
</BSUBMIT>
<initPHP>
$lan = SYS_LANG;
</initPHP>
</dynaForm>