Hi!
i want to known if i can assign to an group of users some filter that can be
redirected to an proxy (software of proxy = bessproxyISP) so that users on
that group cann?t view porn sites, etc.. but other users on other group can
have free view
some thing like things on the N2H2 page
(http://www.n2h2.com/support/terminal_server/choicenet2.php)  (by the way i
have that service but i don?t have support from they) but they use chap
(login users on the same /etc/raddb/users file!) and i prefer the system
authentication system (/etc/shadow)...


radius server SO: solaris X86
TS: TotalControl, Patton 2800 and Cisco 2511
and DEFAULT Auth-Type = System

please help!
by the way spanish is very welcome!  ;)


-----Mensaje original-----
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]En nombre de Mike Cathey
Enviado el: Lunes, 01 de Octubre de 2001 06:21 a.m.
Para: [EMAIL PROTECTED]
Asunto: Re: Group authentication


John/Dan,
Here is what I'm using in production with a snapshot of Cistron from
April (I think).  Remeber that you want to put the least expensive (CPU
wise) checks first that are most likely to get rejected.  It should work
with FreeRadius (you might have to use ":=" in the check line instead of
"="; pardon the wrapping from my MUA -- it does what its told :):

____SNIP____ start /etc/raddb/users
DEFAULT Called-Station-Id = "1877", Group != tollcalls, Auth-Type = Reject
         Reply-Message = "You are not an authorized user of our
DialAnywhere Service",
         Fall-Through = Yes

DEFAULT Called-Station-Id = "1877", Group = tollcalls, Auth-Type = System
         Ascend-Assign-IP-Pool = 2,
         Fall-Through = Yes

DEFAULT Auth-Type = System
____SNIP____ end /etc/raddb/users

Hope that helps!

Cheers,

Mike

John McKinney wrote:

> Dan,
>       I am trying to get freeradius setup. We are currently using Livingston
> Radius. They both allow for this as a check item.
>
> Something like:
>
> DEFAULT       Auth-Type = System, Group = "login"

 >

> DEFAULT       Auth-Type = System, Group = "mailusers"
>
> Make sure you have a group 'login' and also 'mailusers' on the system and
> that the user belongs to that group. While I don't have the freeradius
> working yet, I believe this will work fine, if not someone will hopefully
> correct me. (maybe this is why I'm having trouble with authentication?:))
>
> Hope this helps,
> John McKinney

 >

>>-----Original Message-----
>>From: [EMAIL PROTECTED]
>>To: [EMAIL PROTECTED]
>>Subject: Group authentication

 >>

>>Greetings,

>>Is it possible to configure FreeRadius to only authenticate system
>>accounts that belong to a specific group? I'd like it to only accounts
>>that belong to group "pppusers" while rejecting accounts belonging to
>>other groups such as "emailusers". Thanks
>>
>>Dan Houtz



-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to