Freeradius + Ascend: not assigning IP

2001-09-08 Thread Ron Chinn
Hello, I am trying to switch from cistron 1.6.1 to freeradius 0.2 to gain mysql logging support. It's working so far up to the point that users are authenticated properly, but they are not assigned an IP address. I want the Ascend 60xx to take care of this, and as such my users file contains

non-Debug mode won't work

2001-09-08 Thread Ker Ruben Ramos
I tried running in -X || -x || -xx and it works fine even running it not as root... but when I tried to run it without the debug modes.. it wont authenticate anymore I tried radtest user pass localhost:1645 and it did not return a reply   I'll just show outputs...   [kramz@iliganonline k

Re: Daily Two Times Login Restriction

2001-09-08 Thread moinul hossain
Hi Michael, Finally I could success with your suggestion. Thank you very much. My mistake was I did not put " " sign before and after the syntax. Other options like " Auth-Type " etc, I have written in Hiper Arc. Thanks Moinul >From: "Michael J. Hartwick" <[EMAIL PROTECTED]> >Reply-To: [EM

How to retrict telnet access to my machine?

2001-09-08 Thread Dr. Muhammad Masroor Ali
Hello All, I am running freeradius on a Mandrake 7.1 machine. If I want to restrict telnet/rsh access of the users to this machine, what should I do? Changing the /bin/bash to /bin/false in /etc/passwd returned invalid login for these users. Any help will be appreciated. Dr. Muhammad Masroor Ali

Re: Re[2]: users file tricks

2001-09-08 Thread aland
Andrei Koulik <[EMAIL PROTECTED]> wrote: > Note: I defined it in check-items-list of user entry so according to > "man 5 users" we have: > ... >but as I saw in rlm_files.c it added to the config list (not reply >and not request) while user entries checks against request. > So please cor

Re: lockups

2001-09-08 Thread aland
Pavel Levshin <[EMAIL PROTECTED]> wrote: > If I start radiusd with "-s" or "-X", it runs in "single-process" mode > and does not create childs to process requests. Then everything is > fine. But if run in normal fashion, radiusd failes to clear finished > requests and finally gets overloaded. > >

Re: lockups

2001-09-08 Thread aland
Pavel Levshin <[EMAIL PROTECTED]> wrote: > So, I've decided to install newer version. I have adapted existing > port "freeradius-devel" to use newest CVS snapshot (it was 20010902), > compiled and installed it. Then, at some moment I started to get > uniform messages in the log: > > Mon Sep 3 05

Re: How to restrict simultaneous login?

2001-09-08 Thread aland
"Dr. Muhammad Masroor Ali" <[EMAIL PROTECTED]> wrote: > In freeradius, how do you allow only one simultaneous session for all > user id? DEFAULT Simultaneous-Use := 1 Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

How to restrict simultaneous login?

2001-09-08 Thread Dr. Muhammad Masroor Ali
Perhaps I was sleepy while writing my previous mail. Sorry. I will rephrase it. In freeradius, how do you allow only one simultaneous session for all user id? That is nobody can have a more one session at a time. -- Dr. Muhammad Masroor Ali Associate Professor Department of Computer Science and

How do you restrict simultaneous use for all users?

2001-09-08 Thread Dr. Muhammad Masroor Ali
In freeradius, how to you allow only simultaneous login per user id? Thanks in advance, -- Dr. Muhammad Masroor Ali Associate Professor Department of Computer Science and Engineering Bangladesh University of Engineering and Technology Dhaka-1000, Bangladesh - List info/subscribe/unsubscribe?

Re: Daily Two Times Login Restriction

2001-09-08 Thread Michael J. Hartwick
On Sat, 8 Sep 2001 at 05:09 (-), moinul hossain wrote: mh> Thank you for your reply. Now I am restricting login time by edit users file mh> in raddb directory. following is the example user arena can login daily mh> from 9:00 am to 11:00am mh> mh> arena Login-Time = Al0900-2200 mh>