Re: OT: java radius client libraries?

2008-05-13 Thread George Beitis
Hi Alex, i used JRadius around a year ago, and it is the way to go, JRadius only builds a layer on top of FreeRadius though, it is not a standalone RADIUS server, as is FreeRadius for example. It will allow you to create handlers written in java using the existing JRadius packages to deal

Authorization in RADIUS, Authorization in freeradius

2007-09-02 Thread George Beitis
Hi everyone, I have a general question regarding Authorization in the RADIUS protocol and how it is implemented in freeradius. What does the RADIUS protocol refer to when it talks about Authorization, does it actually refer to users being probably authorized after being authenticated, using the

Re: Authorization in RADIUS, Authorization in freeradius

2007-09-02 Thread George Beitis
it for authorization once they established authentication, so in other words authentication and authorization become one the same. Do you know of any products that can be used with freeradius to provide such authorization facilities? Using perhaps policies? regards George Alan DeKok wrote: George

Re: Authorization in RADIUS, Authorization in freeradius

2007-09-02 Thread George Beitis
Hey there thanks for the reply, do you know how they do it though? Is it just perl scripts that help make a decision? Or do they use authorization engines of some sort that support policies? George [EMAIL PROTECTED] wrote: Hi, in other words authentication and authorization become one

Re: Authorization in RADIUS, Authorization in freeradius

2007-09-02 Thread George Beitis
Hey Alan FreeRADIUS *does* implement policies which provide authorization facilities. Does this mean that you could actually write policies inside of freeradius? regards George Alan DeKok wrote: George Beitis wrote: thank you for your reply. I am writing up a part of my dissertation

Looking for a RADIUS GUI CLIENT

2007-08-29 Thread George Beitis
Hi everyone, a bit irrelevant but i am looking for a client with a GUI to test my freeradius server. Something that can actually show me responses et cetera. Is there anything like this around? regards George - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Freeradius LDAP problem

2007-08-29 Thread George Beitis
Hi everyone I have a problem. I set up freeradius to use a local ldap server to authenticate a user. When i say authenticate i mean check if the user is there, check their password, and accept or reject them. When i do such an authentication i get a message from freeradius saying that user is

Error running FreeRadius 1.1.7

2007-08-13 Thread George Beitis
Hi everyone I get this error when trying to run FreeRadius 1.1.7 for the first time, does this sound familiar?: /usr/local/etc/raddb/hints[37]: Parse error (check) for entry DEFAULT: Unknown value Yes for attribute Strip-User-Name regards George - List info/subscribe/unsubscribe? See

Re: error on start freeradius + jradius

2007-08-13 Thread George Beitis
: On Thursday 09 August 2007 15:05:55 George Beitis wrote: I read this post and for more than 8 hours i have been trying to install freeradius 1.1.5 -.6 and .7 unseccesfully. With versions 5 and 6 i get errors saying the glibc error. With 7 i get something different: with 1.1.7 + jradius patch i

Re: Error running FreeRadius 1.1.7

2007-08-13 Thread George Beitis
Thanks for the reply Alan, i was running version 1.1.1 before. I deleted the raddb directory, what else should i delete before making a clean install? regards George Alan DeKok wrote: George Beitis wrote: Hi everyone I get this error when trying to run FreeRadius 1.1.7 for the first

Re: Error running FreeRadius 1.1.7

2007-08-13 Thread George Beitis
DEFAULT: Unknown value Yes for attribute Strip-User-Name rlm_preprocess: Error reading /etc/freeradius/hints radiusd.conf[1021]: preprocess: Module instantiation failed. radiusd.conf[1802] Unknown module preprocess. radiusd.conf[1792] Failed to parse authorize section. Alan DeKok wrote: George

Re: Error running FreeRadius 1.1.7

2007-08-13 Thread George Beitis
and could post it regards George George Beitis wrote: Hi Alan, i removed all the dictionary files as you recommended and any other freeradius related file on the system, i even made a package using the freeradius build guide and installed and uninstalled it. The problems i have remain

Re: error on start freeradius + jradius

2007-08-09 Thread George Beitis
I read this post and for more than 8 hours i have been trying to install freeradius 1.1.5 -.6 and .7 unseccesfully. With versions 5 and 6 i get errors saying the glibc error. With 7 i get something different: with 1.1.7 + jradius patch i get the rlm_acct_unique is not a valid libtool archive

Freeradius Multiple VLAN assigment

2007-07-26 Thread George Beitis
Hi everyone, does freeradius support multiple vlan assigment? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius + DHCP +vlans ???

2007-07-26 Thread George Beitis
In access points it does not do any routing from what i can tell so far Phil Mayers wrote: On Thu, 2007-07-26 at 14:09 +0100, [EMAIL PROTECTED] wrote: Are you sure? Type: ip dhcp pool whatever(pool name) in configuration mode and you should go into dhcp pool configuration. You should

Re: Freeradius + DHCP +vlans ???

2007-07-26 Thread George Beitis
? Or does the router need to be aware of where to forward dhcp packets coming from different vlans? thank you for your help regards George Phil Mayers wrote: On Thu, 2007-07-26 at 02:00 +0100, George Beitis wrote: Hey guys I am a bit new to the scene and i am having a few problems

Re: Freeradius + DHCP +vlans ???

2007-07-26 Thread George Beitis
in Freeradius and pass addresses, DNS etc. with vlan configuration directly from radius. Ivan Kalik Kalik Informatika ISP Dana 26/7/2007, George Beitis [EMAIL PROTECTED] piše: Dear Phil Firstly thank you for taking the time to reply and for your straight forward reply to this matter. I 'm doing

Freeradius + DHCP +vlans ???

2007-07-25 Thread George Beitis
Hey guys I am a bit new to the scene and i am having a few problems with configuring freeradius. In essence what i want is that the user, once verified to be assigned to a specific vlan and get an ip address from a dhcp server, which will be aware of the vlans and there for assign different

Re: Plug-in Question

2007-07-07 Thread George Beitis
I think its worth making sure that the wordings used correspond to the proper meaning of the words. For someone coming from from a background where authentication means making sure the person says who they say the are, and authorization making sure that that person is authorized to do what they

Re: Plug-in Question

2007-07-07 Thread George Beitis
Post auth seems like the best place to place authorization decisions, given that post auth stands for post authentication. It should take place after proxying is done and should allow the option for setting 2 different possibilities, one for non proxied cases and one for proxied. Then again this

Re: Plug-in Question

2007-07-06 Thread George Beitis
for proxied ones would the last 2 remain the same? regards George Tomas Hoger wrote: On 7/6/07, George Beitis [EMAIL PROTECTED] wrote: you actually made a very good point :) I didn't realize there was an authorize part in the work flow of freeradius. That would be before postauth

Plug-in Question

2007-07-05 Thread George Beitis
Hi Everyone i have a question regarding freeradius. I am trying to write a plugin and i was wondering what the postauth section is for. I want to be able to alter the authentication decision of freeradius, once it is made but before the ok response is sent. I will use a policy engine to do that

Re: Plug-in Question

2007-07-05 Thread George Beitis
That sounds just like what i want to do. Thanks for the reply! Has anyone tried anything similar in the past? I 'm trying to use jradius to code the plugin in java. I feel a bit lost and wondered if anyone could give me a few guidelines thanks George Alan DeKok wrote: George Beitis wrote

Re: Plug-in Question

2007-07-05 Thread George Beitis
Alan I 'm afraid Java is a requirement of my project, long story why. this is why i went with freeradius and jradius George Alan DeKok wrote: George Beitis wrote: That sounds just like what i want to do. Thanks for the reply! Has anyone tried anything similar in the past