I’ve something like
this in the user file :
DEFAULT Service-Type ==
Framed-User, Pool-Name := "main_pool"
Framed-Protocol =
PPP,
Framed-MTU =
1500,
Idle-Timeout =
300
Then make sure you have a
reference to your pool in the postauth section of radiusd.conf :
post-auth {
# Get an address
from the IP Pool.
main_pool
And also a reference of
it in the accounting section (just to make sure an IP will be cleared from the
pool when an accounting STOP packet is received).
accounting {
…..
main_pool
….
Regards,
Sebastien.
De :
freeradius-users-bounces+s.cantos=neopost.com@lists.freeradius.org
[mailto:freeradius-users-bounces+s.cantos=neopost.com@lists.freeradius.org] De la part de Giuseppina Venezia
Envoyé : lundi 31 juillet
2006 14:31
À : FreeRadius users mailing
list
Objet : Re: ippool error
On 7/31/06, Sebastien
Cantos <s.cantos@neopost.com>
wrote:
Yes it's possible. However you will have to store
passwords in clear text format onto the ldap.
Ldap works fine. The authentication works, the only thing that doesn't works is
ip pool assignment.