[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 01136) Re: Linux-PAM and IPv6 compatibility



I figured out how to grant access to root via rlogin.  I simply added the
line:
     auth     sufficient     pam_rootok.so
to the /etc/pam.d/rlogin file and it began to work.  It is strange that I
didn't need it when using IPv4, but needed the line when using IPv6.  This
is something I'll look into later.  Anyways, thanks to all for the help.

- Robbie

Robert V. Williamson
Linux Test Project
IBM Linux Technology Center
Phone: (512) 838-9295   T/L: 638-9295
http://ltp.sourceforge.net


                                                                                                                      
                    YOSHIFUJI Hideaki / 吉藤英                                                                        
                    明                               To:     usagi-users@xxxxxxxxxxxxxx, Robert                       
                    <yoshfuji@xxxxxxxxxxxxxx>         Williamson/Austin/IBM@IBMUS                                     
                    Sent by: "Hideaki                cc:                                                              
                    YOSHIFUJI"                       Subject:     Re: (usagi-users 01121) Linux-PAM and IPv6          
                    <yoshfuji@xxxxxxxxxxxxxxxx        compatibility                                                   
                    ide.ad.jp>                                                                                        
                                                                                                                      
                                                                                                                      
                    01/07/2002 07:36 PM                                                                               
                                                                                                                      
                                                                                                                      



In article <OFC1019392.879DFC76-ON85256B3A.00575CE0@xxxxxxxxxxxxxxx> (at
Mon, 7 Jan 2002 09:58:36 -0600), "Robert Williamson" <robbiew@xxxxxxxxxx>
says:

> I'm having trouble getting the "r" commands (rsh, rlogin, etc) to use the
> .rhosts file when I use IPv6.  I tried putting both site-local and
:

I don't know if your libpam support ipv6.
Though we have ipv6-hacked libpam in our apps repository,
 <http://www.linux-ipv6.org/cvsweb/Linux-PAM/?cvsroot=apps>
(To enable ipv6 support, defined INET6 by hand) but it is not tested.

--yoshfuji