Free Radius users record samples for SmartEdge router subcriber authentication.

2009-06-16 Thread Elias Abou Zeid
Hi,

I am trying a simple authenticate pppoe subscriber in radius server (v
1.188.2.4.2.11) for subscribers coming through Redback SmartEdge 800
router. As I am new to this I am looked for some examples for users
configuration on RADIUS but could not find. I have tried something out
but seems missing certain stuff:

abc Auth-Type := Local, Password == passwd
Service-Type = Framed-User,
Framed-Protocol = PPP,
Bind_Auth_Context = RADIUS

Thanks for refering me to some examples.

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

Re: Free Radius users record samples for SmartEdge router subcriber authentication.

2009-06-16 Thread Alan DeKok
Elias Abou Zeid wrote:
 I am trying a simple authenticate pppoe subscriber in radius server (v
 1.188.2.4.2.11)

  That's a CVS revision string.  If it's in the binary you have, you're
running 1.1.x.  Your server is more than 2 years out of date.

 for subscribers coming through Redback SmartEdge 800
 router. As I am new to this I am looked for some examples for users
 configuration on RADIUS but could not find.

  Version 2.1 has greatly improved documentation, including many examples.

 I have tried something out
 but seems missing certain stuff:
 
 abc Auth-Type := Local, Password == passwd

  In 1.1.7:

abs Cleartext-Password := passwd

  Don't set Auth-Type.

 Service-Type = Framed-User,
 Framed-Protocol = PPP,
 Bind_Auth_Context = RADIUS
 
 Thanks for refering me to some examples.

  And what does the server say when you run it with radiusd -X?  This
is in the FAQ, README, man page, and nearly daily on this list.

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


Re: Free Radius users record samples for SmartEdge router subcriber authentication.

2009-06-16 Thread Ivan Kalik
 I am trying a simple authenticate pppoe subscriber in radius server (v
 1.188.2.4.2.11) for subscribers coming through Redback SmartEdge 800
 router. As I am new to this I am looked for some examples for users
 configuration on RADIUS but could not find. I have tried something out
 but seems missing certain stuff:

 abc Auth-Type := Local, Password == passwd
 Service-Type = Framed-User,
 Framed-Protocol = PPP,
 Bind_Auth_Context = RADIUS

 Thanks for refering me to some examples.

Examples relevant to your freeradius version will be - in users file. That
example looks seriously outdated.

What needs to be returned to Redback - will be in Redback documentation.

Ivan Kalik
Kalik Informatika ISP

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


Re: [rad] Free Radius users record samples for SmartEdge router subcriber authentication.

2009-06-16 Thread Charles Gregory

On Tue, 16 Jun 2009, Elias Abou Zeid wrote:
I am trying a simple authenticate pppoe subscriber in radius server (v 
1.188.2.4.2.11) for subscribers coming through Redback SmartEdge 800 
router. As I am new to this I am looked for some examples for users 
configuration on RADIUS but could not find. I have tried something out 
but seems missing certain stuff:


abc Auth-Type := Local, Password == passwd


I notice the example in the comments of the 'users' file references
the check item User-Password not just Password. That might
make a difference.

Another option: Are these users going to be in your local *nix
password file (for mail or login)? If so, then don't specify passwords in 
the users file at all. Just use an Auth-Type += System, and let FR pluck 
it from the system files.


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