Changes between Version 3 and Version 4 of messenger/configuring/jabber636


Ignore:
Timestamp:
09/19/07 10:38:54 (17 years ago)
Author:
alexandrecorreia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • messenger/configuring/jabber636

    v3 v4  
    55        Configure o arquivo c2s.xml, como mostrado abaixo : 
    66         
    7         Importante : 
    8         As tags “<!--”  e “ -->”, significam que o conteúdo entre elas está comentado. 
     7        '''Importante :''' 
     8        '''As tags “<!--”  e “ -->”, significam que o conteúdo entre elas está comentado.''' 
    99         
    10         1.1 Localize a sessão; 
    11         <!-- Router connection configuration --> 
     10        '''1.1 Localize a sessão;'''[[BR]] 
     11        <!-- Router connection configuration -->[[BR]] 
    1212 
    13         1.2 Informamos aqui onde está o certificado gerdo 
    14         Exemplo : <pemfile>/usr/lib/ssl/certs/server.pem</pemfile> 
     13        '''1.2 Informamos aqui onde está o certificado gerado;'''[[BR]] 
     14        Exemplo : <pemfile>/usr/lib/ssl/certs/server.pem</pemfile>[[BR]] 
    1515 
    16         1.3 Localize a sessão; 
    17          <!-- Local network configuration --> 
     16        '''1.3 Localize a sessão;'''[[BR]] 
     17         <!-- Local network configuration -->[[BR]] 
    1818 
    19         1.4 Informe o Nome do Servidor Jabber instalado: 
    20         <id>URI</id> 
    21         Exemplo : <id>jabber.example.com</id> 
     19        '''1.4 Informe o Nome do Servidor Jabber instalado:'''[[BR]] 
     20        <id>URI</id>[[BR]] 
     21        Exemplo : <id>jabber.example.com</id>[[BR]] 
    2222         
    23         1.5 Caso queira informar outra porta para a comunicação com o Jabber: 
    24         <port>PORT</port> 
    25         Exemplo : <port>5222</port> 
     23        '''1.5 Caso queira informar outra porta para a comunicação com o Jabber:'''[[BR]] 
     24        <port>PORT</port>[[BR]] 
     25        Exemplo : <port>5222</port>[[BR]] 
    2626 
    27         1.6 Informamos aqui onde está o certificado gerado: 
    28         <pemfile>/path/FILE.pem</pemfile> 
    29         Exemplo : <pemfile>/usr/lib/ssl/certs/server.pem</pemfile> 
     27        '''1.6 Informamos aqui onde está o certificado gerado:'''[[BR]] 
     28        <pemfile>/path/FILE.pem</pemfile>[[BR]] 
     29        Exemplo : <pemfile>/usr/lib/ssl/certs/server.pem</pemfile>[[BR]] 
    3030         
    31         OBS.: Leia sessão “ 3 . Gerando Certificado”. 
     31        '''''OBS.: Leia sessão “ 3 . Gerando Certificado”.'''''[[BR]] 
    3232         
    33         1.7 Habilite a tag Require STARTTLS: 
    34         <require-starttls/> 
     33        '''1.7 Habilite a tag Require STARTTLS:'''[[BR]] 
     34        <require-starttls/>[[BR]] 
    3535 
    36         1.8 Localize a sessão: 
    37         <!-- Input/output settings --> 
     36        '''1.8 Localize a sessão:'''[[BR]] 
     37        <!-- Input/output settings -->[[BR]] 
    3838 
    3939 
    40         1.9 Parametrize o número de conexões: 
    41         (default : 1024) 
    42         <max_fds>QUANT_CONEXÕES</max_fds> 
    43         Exemplo : <max_fds>2048</max_fds> 
     40        '''1.9 Parametrize o número de conexões:'''[[BR]] 
     41        (default : 1024)[[BR]] 
     42        <max_fds>QUANT_CONEXÕES</max_fds>[[BR]] 
     43        Exemplo : <max_fds>2048</max_fds>[[BR]] 
    4444         
    45         1.10 Localize a sessão: 
    46         <!-- Authentication/registration database configuration --> 
     45        '''1.10 Localize a sessão:'''[[BR]] 
     46        <!-- Authentication/registration database configuration -->[[BR]] 
    4747 
    48         1.11 Informe o tipo de autenticação: 
    49         <module>ldap</module> 
     48        '''1.11 Informe o tipo de autenticação:'''[[BR]] 
     49        <module>ldap</module>[[BR]] 
    5050         
    51         1.12 Comente a tag enabled: 
    52         Uitilizando o serviço LDAP para autenticação não é possível a criação de usuários 
    53         diretamente via servidor Jabber, portanto é necessário que esta diretiva esteja         comentada. 
    54         <!-- Account registration is enabled by default (provided the 
    55            auth/reg module in use supports it). Comment this out to 
    56            disable. --> 
    57            
    58         <!-- 
     51        '''1.12 Comente a tag enabled:'''[[BR]] 
     52        Uitilizando o serviço LDAP para autenticação não é possível a criação de usuários diretamente via servidor Jabber, portanto é   
     53        necessário que esta diretiva esteja comentada.[[BR]] 
     54         
     55        <!-- Account registration is enabled by default (provided the auth/reg module in use supports it). Comment this out to 
     56           disable. -->[[BR]] 
     57        <!-- 
    5958                <enable/> 
    6059        --> 
    6160 
    62         1.13 Localize a sessão : 
    63          <!-- LDAP module configuration --> 
     61        '''1.13 Localize a sessão :''' 
     62         <!-- LDAP module configuration -->[[BR]] 
    6463         
    65         1.14 Configurando o servidor Ldap, informe o Servidor Ldap e a porta : 
    66         <host>ldap.server</host> 
    67         <port>636</port> 
     64        '''1.14 Configurando o servidor Ldap, informe o Servidor Ldap e a porta :''' 
     65        <host>ldap.server</host>[[BR]] 
     66        <port>636</port>[[BR]] 
    6867         
    69         1.15 Habilite o uso do Ldap V3 se possível: 
    70         <!-- Use LDAP v3 if possible. If disabled, v2 will be used. 
    71           Encryption options are only available if v3 is enabled. --> 
     68        '''1.15 Habilite o uso do Ldap V3 se possível:'''[[BR]] 
     69        <!-- Use LDAP v3 if possible. If disabled, v2 will be used.Encryption options are only available if v3 is enabled. -->[[BR]] 
    7270         
    73         <v3/> 
     71        <v3/>[[BR]] 
    7472         
    75         1.16 Habilitar o uso de SSL : 
    76          <!-- Encryption. If enabled, this will create an encrypted channel 
    77            to the server using the old-style "ldaps://" mechanism. It is 
    78            recommended that you use <starttls/> instead of this. --> 
     73        '''1.16 Habilitar o uso de SSL :'''[[BR]] 
     74         <!-- Encryption. If enabled, this will create an encrypted channel to the server using the old-style "ldaps://" mechanism. It is 
     75           recommended that you use <starttls/> instead of this. -->[[BR]] 
    7976         
    80          <ssl/> 
     77         <ssl/>[[BR]] 
    8178 
    82         1.17 Informe o DN e a senha para autenticação do LDAP : 
    83         <!-- DN to bind as for searches. If unspecified, the searches 
    84            will be done anonymously. --> 
    85         <binddn>uid=UID,dc=servidor,dc=jabber,dc=example</binddn> 
    86         <bindpw>PASSWORD</bindpw> 
     79        '''1.17 Informe o DN e a senha para autenticação do LDAP :'''[[BR]] 
     80        <!-- DN to bind as for searches. If unspecified, the searches will be done anonymously. -->[[BR]] 
     81        <binddn>uid=UID,dc=servidor,dc=jabber,dc=example</binddn>[[BR]] 
     82        <bindpw>PASSWORD</bindpw>[[BR]] 
    8783         
    88         1.18 Base DN de sua árvore LDAP : 
    89         <!-- base DN of the tree. You should specify a DN for each 
    90            authentication realm declared in the <local/> section above, 
    91            by using the realm attribute. --> 
    92          
    93         <!--<basedn realm='company'>o=Company.com</basedn>--> 
     84        '''1.18 Base DN de sua árvore LDAP :'''[[BR]] 
     85        <!-- base DN of the tree. You should specify a DN for each authentication realm declared in the <local/> section above, 
     86           by using the realm attribute. -->[[BR]] 
     87        <!--<basedn realm='company'>o=Company.com</basedn>-->[[BR]] 
    9488        <basedn>ou=CELEPAR,dc=pr,dc=gov,dc=br</basedn>[[BR]] 
    9589