Hello list,

I'm using freeradius 1.1.0 with dialup_admin and mysql 5.0.x
I need different ip pools to be accessible only by one name, e.g. :

ippool 1 {
        ...
        }

ippool 2 {
        ...
        }

ippool 3 {
        ...
        }


post-auth {
        1
        2
        3
        }

accounting {
        1
        2
        3
        ...
        }

That way it's working if i add a user to one of 1, 2 or 3 pools.
But i need him added to all of the pools. Putting "DEFAULT" won't even
asign ip address.

post-auth {
        group all {
            1
            2
            3
        }
}

and putting user in pool "all" doesn't work, freeradius says invalid
module "group".
So i generally need all the pools to be accessible like one pool name ;-)

Thanks in advance

-- 
regards,
Georgi Alexandrov

Key Server = http://pgp.mit.edu/ :: KeyID = 37B4B3EE
Key Fingerprint = E429 BF93 FA67 44E9 B7D4  F89E F990 01C1 37B4 B3EE

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to