Mudanças entre as edições de "Autenticação no Apache pelo NIS"

De LCAD
Ir para: navegação, pesquisa
Linha 22: Linha 22:
 
----
 
----
 
Digite no terminal:
 
Digite no terminal:
  yum install mod_perl.i386
+
  yum install mod_perl
  
 
===perl-Net-NIS===
 
===perl-Net-NIS===
 
----
 
----
 
Digite no terminal:
 
Digite no terminal:
 +
 +
tar -xzvf Net-NIS-0.34.tar.gz
 
  cd Net-NIS-0.34/
 
  cd Net-NIS-0.34/
 
  perl Makefile.PL
 
  perl Makefile.PL
Linha 36: Linha 38:
 
O Apache-AuthenNIS é utilizado para autenticar usuários do NIS. Digite no terminal:
 
O Apache-AuthenNIS é utilizado para autenticar usuários do NIS. Digite no terminal:
  
 +
tar -xzvf Apache-AuthenNIS-0.13.tar.gz
 
  cd Apache-AuthenNIS-0.13
 
  cd Apache-AuthenNIS-0.13
 
  perl Makefile.PL
 
  perl Makefile.PL
Linha 65: Linha 68:
 
----
 
----
 
O Apache-AuthZNIS é utilizado para autenticar grupos de usuários no NIS. Digite no terminal:
 
O Apache-AuthZNIS é utilizado para autenticar grupos de usuários no NIS. Digite no terminal:
 +
 +
tar -xzvf Apache-AuthZNIS-0.11.tar.gz
 
  cd Apache-AuthZNIS-0.11
 
  cd Apache-AuthZNIS-0.11
 
  perl Makefile.PL
 
  perl Makefile.PL

Edição das 16h21min de 2 de outubro de 2007

Pacotes necessários


Para realizar a Autenticação no Apache pelo NIS, os seguintes pacotes devem ser instalados:

  • Apache 2.2;
  • perl-ExtUtils-AutoInstall;
  • mod_perl;
  • perl-Net-NIS;
  • Apache-AuthenNIS;
  • Apache-AuthZNIS;

Apache 2.2


Na distribuiçao Fedora Core 6 o Apache 2.2 é instalado durante a instalação dessa distruibuição. Enventuais dúvidas sobre a instalação consulte o Apache HTTP.

perl-ExtUtils

Digite no terminal:

yum install perl-ExtUtils-AutoInstall.noarch

mod_perl


Digite no terminal:

yum install mod_perl

perl-Net-NIS


Digite no terminal:

tar -xzvf Net-NIS-0.34.tar.gz
cd Net-NIS-0.34/
perl Makefile.PL
make
make install

Apache-AuthenNIS


O Apache-AuthenNIS é utilizado para autenticar usuários do NIS. Digite no terminal:

tar -xzvf Apache-AuthenNIS-0.13.tar.gz
cd Apache-AuthenNIS-0.13
perl Makefile.PL
**************** NOTICE *********************
If you are planning to use mod_perl2 and Apache2, please, do not
answer yes when prompted to install mod_perl.  You will need to
download mod_perl2 manually from
http://perl.apache.org/download/index.html
*********************************************
*** ExtUtils::AutoInstall version 0.63
*** Checking for dependencies...
[Core Features]
- Net::NIS ...loaded. (0.34)
- mod_perl ...missing.
==> Auto-install the 1 mandatory module(s) from CPAN? [y] n
==> The module(s) are mandatory! Really skip? [n] y
*** ExtUtils::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Writing Makefile for Apache::AuthenNIS
make
make install

Substitua o arquivo AuthenNIS.pm em /usr/lib/perl5/site_perl/5.8.8/Apache/ por este arquivo .

Apache-AuthZNIS


O Apache-AuthZNIS é utilizado para autenticar grupos de usuários no NIS. Digite no terminal:

tar -xzvf Apache-AuthZNIS-0.11.tar.gz
cd Apache-AuthZNIS-0.11
perl Makefile.PL
make
make install

Substitua o arquivo AuthezNIS.pm em /usr/lib/perl5/site_perl/5.8.8/Apache/ por este arquivo .