rlm_ippool problem.May this be a good fix ?

2002-07-16 Thread Pierluigi Frullani
Hi all, I'm trying to configure a radius server ( freeradius 0.6 ) where I would liketo receive the IP-Address from a pool. To achieve this I would like to join some of the users in groups, by using the following authentication user: steve@Gruppo where the user steve has some return pair, but

Help for a configuration.

2002-07-18 Thread Pierluigi Frullani
Hi all, I need some hints for a configuration. I've read trough the docs but maybe for my stupidity I' m unable to realize a particular configuration. What I need to realize is an authentication scheme based on username for access and particular value pair attribute,and on a group for other

Re: ippool_problem.May_this_be_a_good_fix

2002-07-30 Thread Pierluigi Frullani
ippool_problem.May_this_be_a_good_fix Pierluigi Frullani [EMAIL PROTECTED] wrote: Looking in the code I think I' ve found a bug that I fixed this way: ... Brief, when entering in this lines, if the user was missing the Pool-Name attribute, there were no return and some unpredictable

Ippool problem on 0.7.1.Don't deallocate ip addresses

2002-10-10 Thread Pierluigi Frullani
Hi all, I' m having problem with the Ippool module ( rlm_ippool ). When authorizing, the module is able to allocate the correct IP address, but on the account Stop does not set the ip free. relevant part of radiusd.conf ... ... modules { ... ... ippool Prova0 {

IPPool problem, again.

2002-10-11 Thread Pierluigi Frullani
Do you remember my previuos mails ? Hi all, I' m having problem with the Ippool module ( rlm_ippool ). When authorizing, the module is able to allocate the correct IP address, but on the account Stop does not set the ip free. ... Well, I did some more investigation, but yet doesn't work. I

Re: IPPool problem, again. (Kostas Kalevras)

2002-10-11 Thread Pierluigi Frullani
It was fixed today. Check the CVS. It needed a memset(0) for key.nas before the strcpy(). I can confirm that now it works. Thanx alot Pigi - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Ippool problem on 0.7.1.Don't deallocate ip addresses

2002-10-11 Thread Pierluigi Frullani
Ok, I reply to my self. I' ve noticed that the NAS ( a VPN 3000 Concentrator ) sends out two different authorize request, on two different ports ( 1020 and 1038 in my trace ) then when gives out a stop request will use the second request parameters. The rlm_ippoll module, correctly check for the

Newbie question ( i think ) on freeradius, LDAP and VPN3000 Cisco

2003-06-11 Thread Pierluigi Frullani
the question: is there a way to receive some parameter from the LDAP server to pass back to radius ( not to Cisco 3015 ) to activate the rlm_ippool module ? The docs about ldap module aren't very easy to understand for me. Hope it is clear enoug, as my english is very poor. Pierluigi Frullani - List

Re: Newbie question ( i think ) on freeradius, LDAP and VPN3000 Cisco

2003-06-13 Thread Pierluigi Frullani
Here the question: is there a way to receive some parameter from the LDAP server to pass back to radius ( not to Cisco 3015 ) to activate the rlm_ippool module ? radiusCheckItem: Pool-Name := pool1 While waiting on thi info I' ve also found that you can modify the ldap.attrmap adding ( for

Re:rlm_ippool: No available ip addresses in pool (Thomas Krause (Webmatic))

2003-07-18 Thread Pierluigi Frullani
modules { ippool wpool { session-db = ${raddbdir}/wpool-sess-db ip-index = ${raddbdir}/wpool-idx-db range-start = 192.168.127.1 range-stop = 192.168.127.127 netmask = 255.255.255.255