Re: pam_radius_auth query

2011-02-25 Thread vijay s sheelavantar
packets?  The answer should be obvious: it's documented in the comments in the "robust-proxy-accounting" file.  Go read it.  Alan DeKok. -- Message: 3 Date: Fri, 25 Feb 2011 07:09:14 -0600 From: Marc Phillips <rm...@copacetic.net>

pam_radius_auth query

2011-02-24 Thread vijay s sheelavantar
Hi,Please clarify my doubts. 1. does pam_radius_auth.so support authorization of user accounts? 2. If Yes how can we achieve it? what configurations need to be done. Now pam_radius_auth.c sends authentication requests with the value PW_AUTHENTICATE_ONLY. what value i need to send? and what conf

How to set Authentication method priority??

2011-02-14 Thread vijay s sheelavantar
Hi, 1. I have pam_radius_auth module configured to authenticate the login users. I have configured FreeRadius Server on a linux machine. I want to set the the priority for "local authentication" or "Radius authentication" for SSH. How can I do this? 2. I have created a user called "user" on

How to authorize login users using FreeRadius???

2011-02-09 Thread vijay s sheelavantar
Hello friends, I am running pam_radius_auth.so client on one machine and freeRadius server on the other machine. Authentication is happening fine for the user accounts. I want to give certain privilege levels to each user on client machine. For example network_admin, security_admin, guest etc pri

radius authentication support for telnet server.

2011-02-07 Thread vijay s sheelavantar
Thank you very very much Mr.Fajar. After making changes in /etc/pam.d/login it's working. authentication request is coming to freeradius server and authentication is successful. :)I need one more help, Please let me know the configuration file for FTP alo. i have crated a wu-ftpd file inside /et

Re: radius authentication support for telnet server.

2011-02-07 Thread vijay s sheelavantar
Thank you very very much Mr.Fajar. After making changes in /etc/pam.d/login it's working. authentication request is coming to freeradius server and authentication is successful. :) Thanks & Regards,Vijay S.- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radius authentication support for telnet server.

2011-02-06 Thread vijay s sheelavantar
Hi Friends, I am trying to authenticate telnet users using free radius. on my system telnet is running as follows.ps -ef | grep xinetdroot 22737 1 0 10:52 ? 00:00:00 /usr/sbin/xinetd -reuseroot 22864 18178 0 10:57 pts/1 00:00:00 grep xinetd I have tried by creating "telnet", "xinetd"

radius authentication support for telnet server.

2011-02-06 Thread vijay s sheelavantar
Hello Friends,I want to authenticate telnet users using Free Radius server. I have pam_radius_auth.so and configured it for ssh which is working fine. For telnet also I have created a file "/etc/pam.d/telnet"  and trying to authenticate using freeRadius server. But it is not happening. Kindly l

Radius Client UDP port selection

2011-02-03 Thread vijay s sheelavantar
Hello Friends, Now the radius client UDP port is selected randomly, Is there a way by which i can mention the server to use perticular UDP port  as client port. 1. Is there a way where i can configure port numbers for client and server?2. Or if i need to change the code then in which function i h

Re: Freeradius-Users Digest, Vol 69, Issue 104

2011-01-31 Thread vijay s sheelavantar
cs:   1. Re: Treating octets as string (Alan DeKok)   2. Faulty module pam_radius_auth.so (vijay s sheelavantar)   3. Re: Faulty module pam_radius_auth.so (Peter Lambrechtsen)   4. Exec Module FreeRADIUS Version 2.1.8 (hollman.diaz)   5. Re: deny access with huntgroups (tragus)

Error connecting Radius server

2011-01-31 Thread vijay s sheelavantar
Hello Friends, I am getting following error while authenticating users.  The request from pam_radius is reaching radius server and server is sending "Access-Accept". but client is not able to receive this message. Feb 1 14:25:40 (none) sshd[27321]: pam_radius_auth: Got user name userFeb 1 14:25:

Faulty module pam_radius_auth.so

2011-01-30 Thread vijay s sheelavantar
Hello Friends, I have compiled pam_radius_auth.so for MIPS architecture. I am linking the libraries as follows. $(LD) -Bshareable pam_radius_auth.o md5.o -lpam -o pam_radius_auth.soI tried by linking (-lc) also. but authentication is failing. I have captured the log from /var/log/auth.log. and i

Re: Freeradius-Users Digest, Vol 69, Issue 93

2011-01-27 Thread vijay s sheelavantar
s-users-ow...@lists.freeradius.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..." Today's Topics:   1. Re: Python module/program (Terry Simons)   2. Radius authentication problem. (vijay s sheel

Radius authentication problem.

2011-01-26 Thread vijay s sheelavantar
Hello Friends,I have intalled RADIUS server on one machine which has fedora 10. I have installed freeradius-server-2.1.10 on it(server machine IP 10.150.110.42). I have one more machine with redhat linux on which i have installed pam_radius-1.3.17(client machine IP 10.150.113.4). I have done the

problem installing freeRadius Server

2011-01-24 Thread vijay s sheelavantar
Hello Friends,I am trying to install free radius on a old linux machine. the configuration is as fillows [root@localhost freeradius-server-2.1.10]# uname -aLinux localhost.localdomain 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux[root@localhost freeradius-server-2.1.10]# wher