Hello,

With freeradius-0.5, I'm using the users file to create IP pools and
assign them to ascend max terminal servers, and assigning users to the
pools when they login.

For example:

pools-max001    Password == "ascend"
        Service-Type = Dialout-Framed-User,
        Ascend-IP-Pool-Definition = "1 10.1.1.1 48",
        Ascend-IP-Pool-Definition = "2 10.1.2.1 48"

user1   Password == "pass1"
        Service-Type = Framed-User, 
        Framed-Protocol = PPP,
        Framed-Compression = Van-Jacobsen-TCP-IP,
        Framed-MTU = 1500,
        Framed-IP-Address = 255.255.255.254,
        Framed-IP-Netmask = 255.255.255.255,
        Ascend-Assign-IP-Pool = 1,
        Ascend-Idle-Limit = 1800

user2   Password == "pass2"
        Service-Type = Framed-User, 
        Framed-Protocol = PPP,
        Framed-Compression = Van-Jacobsen-TCP-IP,
        Framed-MTU = 1500,
        Framed-IP-Address = 255.255.255.254,
        Framed-IP-Netmask = 255.255.255.255,
        Ascend-Assign-IP-Pool = 2,
        Ascend-Idle-Limit = 1800


I'm trying to convert to LDAP and see no equivalent functionality.
Which tree should I be barking up?

Thanks,
Jack

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

Reply via email to