Ok, I had to go in the plugins dir and make it myself,
but I now have installed /etc/radiusclient

So the only question is, what differently do I do for
this section... since radius is using ldap?

And do I tell something somewhere to use rlm_ldap?

/etc/raddb/radiusd.conf: This is the relevant parts of
my radiusd.conf for authentication and accounting in
MySQL. Thanks to Charles J. Boening ([EMAIL PROTECTED])
for this. Just remove the sql parts if you don't want
them, and add files or unix module or something.

Modules {
   # You might have more here
   # this is just the relevant part
   mschap {
      authtype = MS-CHAP
      use_mppe = yes
      #force 128bit:
      require_strong = yes
   }
}
authorize {
   preprocess
   suffix
   sql
   mschap
}
authenticate {
   mschap
}
preacct {
   preprocess
   suffix
   files
}
accounting {
   acct_unique
   detail
   sql
#  radutmp
}
session {
   sql
#  radutmp
}
#-----------end----------




--- "John H." <[EMAIL PROTECTED]> wrote:

> sorry,
> 
> ppp-2.4.3-0.cvs_20040527.1.src.rpm
> ./configure --help doesn't give me anything that
> would
> compile the radius plugin, even though the source
> has
> the radius plugin dir?
> 
> --- Thor Spruyt <[EMAIL PROTECTED]> wrote:
> 
> > Because the radiusclient wasn't compiled in. Grrr.
> > 
> > --
> > Regards,
> > 
> > Thor Spruyt
> > E: [EMAIL PROTECTED]
> > W: www.thor-spruyt.com
> > M: +32 (0)475 67 22 65
> > 
> > ----- Original Message ----- 
> > From: John H.
> > To: [EMAIL PROTECTED]
> > Sent: Friday, August 27, 2004 7:45 AM
> > Subject: Re: freeradius+poptop+LDAP+Samba
> > 
> > 
> > And can you tell me why I have no radiusclient
> dir?
> > --- On Fri 08/27, Thor
> > Spruyt < [EMAIL PROTECTED] > wrote: From:
> Thor
> > Spruyt [mailto:
> > [EMAIL PROTECTED] To:
> > [EMAIL PROTECTED] Date: Fri,
> > 27 Aug 2004 07:37:35 +0200 Subject: Re:
> > freeradius+poptop+LDAP+Samba I did't
> > give you a walkthrough for exactly what you want
> to
> > do of course.
> > You stated that the problem was setting up pppd to
> > use radius and the info
> > below should help you with that!
> > 
> > PS: Please send plain-text mail next time.
> > 
> > --
> > Regards,
> > 
> > Thor Spruyt
> > E: [EMAIL PROTECTED]
> > W: www.thor-spruyt.com
> > M: +32 (0)475 67 22 65
> > 
> > ----- Original Message ----- 
> > From: John H.
> > To: [EMAIL PROTECTED] ;
> > [EMAIL PROTECTED]
> > Sent: Thursday, August 26, 2004 10:48 PM
> > Subject: Re: freeradius+poptop+LDAP+Samba
> > 
> > 
> > ok, i don't think this is correct for my
> > configuration. I do not want to use
> > mysql, I want to use LDAP for auth, which
> freeradius
> > is set up to use, and
> > is working correctly with. --- On Thu 08/26, Thor
> > Spruyt <
> > [EMAIL PROTECTED] > wrote: From: Thor Spruyt
> > [mailto:
> > [EMAIL PROTECTED] To:
> > [EMAIL PROTECTED] Date: Thu,
> > 26 Aug 2004 20:11:56 +0200 Subject: Re:
> > freeradius+poptop+LDAP+Samba John H.
> > wrote:
> > > Sorry, the poptop mailing list is completely
> > worthless...
> > 
> >
> http://poptop.sourceforge.net/dox/radius_mysql.html
> > 
> > The radius.so plugin uses the settings from
> > radiusclient, so make sure:
> > 
> > /etc/radiusclient/servers contains the secret for
> > your radius server(s)
> > Like:
> > localhost testing123
> > 
> > 
> > If the radius is on localhost using the default
> > freeradius secret (bad idea
> > off course...)
> > 
> > I think you must have the dictionary.microsoft
> file
> > in /etc/radiusclient if
> > you use ms-chap 1 or 2.
> > 
> > It should be there by default.
> > 
> > Set authserver and acctserver in
> > /etc/radiusclient/radiusclient.conf if your
> > radius server is not on the same machine as your
> > poptop.
> > 
> > This file sure makes splitting authentication and
> > accounting between two
> > radius servers very easy.
> > 
> > Make sure both servers(if different) are listed in
> > /etc/radiusclient/servers
> > 
> > 
> > -- 
> > Regards ,
> > 
> > Thor Spruyt
> > E: [EMAIL PROTECTED] be
> > W: www.thor-spruyt.com
> > M: +32 (0)475 67 22 65
> > 
> > 
> > 
> > -
> > List info/subscribe/unsubscribe? See
> > http://www.freeradius.org/list/users.html
> > 
> > 
> > 
> > No banners. No pop-ups. No kidding.
> > Make My Way your home on the Web -
> > http://www.myway.com
> > 
> > 
> > -
> > List info/subscribe/unsubscribe? See
> > http://www.freeradius.org/list/users.html
> > 
> > 
> > 
> > No banners. No pop-ups. No kidding.
> > Make My Way your home on the Web -
> > http://www.myway.com
> > 
> > 
> > - 
> > List info/subscribe/unsubscribe? See
> > http://www.freeradius.org/list/users.html
> > 
> 
> 
> 
>               
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - Send 10MB messages!
> http://promotions.yahoo.com/new_mail 
> 
> - 
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
> 



                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

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

Reply via email to