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

De LCAD
Ir para: navegação, pesquisa
Linha 1: Linha 1:
 
yum install perl-ExtUtils-AutoInstall.noarch
 
yum install perl-ExtUtils-AutoInstall.noarch
 +
 
yum install mod_perl.i386
 
yum install mod_perl.i386
 
perl-Net-NIS
 
perl-Net-NIS
Linha 12: Linha 13:
 
make [q]
 
make [q]
 
make install
 
make install
 +
 +
Substitua o arquivo AuthenNIS.pm em /usr/lib/perl5/site_perl/5.8.8/Apache/ por este arquivo .
  
 
Apache_AuthZNIS
 
Apache_AuthZNIS
Linha 18: Linha 21:
 
make
 
make
 
make install
 
make install
 
+
Substitua o arquivo AuthezNIS.pm em /usr/lib/perl5/site_perl/5.8.8/Apache/ por este arquivo .
http://perl.apache.org/docs/2.0/user/porting/compat.pod.orig
 

Edição das 14h38min de 2 de outubro de 2007

yum install perl-ExtUtils-AutoInstall.noarch

yum install mod_perl.i386 perl-Net-NIS cd Net-NIS-0.34/ perl Makefile.PL make make install

Apache-AuthenNIS cd Apache-AuthenNIS-0.13 perl Makefile.PL [n] make [q] make install

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

Apache_AuthZNIS 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 .