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

81 lines
4.4 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<dynaForm name="authNew.xml" basedir="" width="600">
<DYNA_HEADER type="title" group="6">
<es>Crear Fuente de Autenticación</es>
<en>Create Authentication Source</en>
<po>Crear Fonte Autenticacion</po>
</DYNA_HEADER>
<AUT_NAME type="text" size="25" maxlength="50" validate="Alpha">
<es>Nombre</es>
<en>Name</en>
<po>Nome</po>
</AUT_NAME>
<AUT_SERVER_NAME type="text" size="25" maxlength="50" validate="Any">
<es>Servidor</es>
<en>Server Name|The host name or IP address of the LDAP server</en>
<po>Server Name</po>
</AUT_SERVER_NAME>
<AUT_PORT type="text" size="10" maxlength="5" validate="Int">
<es>Puerto</es>
<en>Port|The port of the LDAP server (default: 389)</en>
<po>Puerto</po>
</AUT_PORT>
<AUT_PROVIDER type="dropdown">
<es>Authentication Provider
<option name="Active Directory">Active Directory</option>
<option name="LDAP">LDAP</option>
</es>
<en>Authentication Provider
<option name="Active Directory">Active Directory</option>
<option name="LDAP">LDAP</option>
</en>
<po>Authentication Provider
<option name="Active Directory">Active Directory</option>
<option name="LDAP">LDAP</option>
</po>
</AUT_PROVIDER>
<AUT_ENABLED_TLS type="dropdown">
<es>Habilitar TLS|Whether to use Transaction Layer Security (TLS), which encrypts traffic to and from the LDAP server
<option name="0">No</option>
<option name="1">Si</option>
</es>
<en>Enable TLS|Whether to use Transaction Layer Security (TLS), which encrypts traffic to and from the LDAP server
<option name="0">No</option>
<option name="1">Yes</option>
</en>
<po>Habilitar TLS|Whether to use Transaction Layer Security (TLS), which encrypts traffic to and from the LDAP server
<option name="0">No</option>
<option name="1">Sim</option>
</po>
</AUT_ENABLED_TLS>
<AUT_BASE_DN type="text" size="35" maxlength="49" validate="Any">
<es>Base DN|The location in the LDAP directory to start searching from (CN=Users,DC=mycorp,DC=com)</es>
<en>Base DN|The location in the LDAP directory to start searching from (CN=Users,DC=mycorp,DC=com)</en>
<po>Base DN|The location in the LDAP directory to start searching from (CN=Users,DC=mycorp,DC=com)</po>
</AUT_BASE_DN>
<AUT_SEARCH_USER type="text" size="20" maxlength="20" validate="Any">
<es>Search User|The user account in the LDAP directory to perform searches in the LDAP directory as (such as CN=searchUser,CN=Users,DC=mycorp,DC=com or searchUser@mycorp.com)</es>
<en>Search User|The user account in the LDAP directory to perform searches in the LDAP directory as (such as CN=searchUser,CN=Users,DC=mycorp,DC=com or searchUser@mycorp.com)</en>
<po>Search User|The user account in the LDAP directory to perform searches in the LDAP directory as (such as CN=searchUser,CN=Users,DC=mycorp,DC=com or searchUser@mycorp.com)</po>
</AUT_SEARCH_USER>
<AUT_SEARCH_PASSWORD type="password" size="20" maxlength="20" validate="Any">
<es>Search Password|The password for the user account in the LDAP directory that performs searches</es>
<en>Search Password|The password for the user account in the LDAP directory that performs searches</en>
<po>Search Password|The password for the user account in the LDAP directory that performs searches</po>
</AUT_SEARCH_PASSWORD>
<AUT_SEARCH_ATTRIBUTES type="textarea" cols="40" rows="5" validate="Any">
<es>Search Attributes &lt;br>The LDAP attributes to use to search for users when given their name (one per line, examples: cn, mail)</es>
<en>Search Attributes &lt;br>The LDAP attributes to use to search for users when given their name (one per line, examples: cn, mail)</en>
<po>Search Attributes &lt;br>The LDAP attributes to use to search for users when given their name (one per line, examples: cn, mail)</po>
</AUT_SEARCH_ATTRIBUTES>
<AUT_OBJECT_CLASSES type="textarea" cols="40" rows="5" validate="Any">
<es>Object Classes &lt;br>The LDAP object classes to search for users (one per line, example: user, inetOrgPerson, posixAccount)</es>
<en>Object Classes &lt;br>The LDAP object classes to search for users (one per line, example: user, inetOrgPerson, posixAccount)</en>
<po>Object Classes &lt;br>The LDAP object classes to search for users (one per line, example: user, inetOrgPerson, posixAccount)</po>
</AUT_OBJECT_CLASSES>
<BSUBMIT type="submit">
<es>Continuar</es>
<en>Continue</en>
<po>Continuar</po>
</BSUBMIT>
</dynaForm>