chap-secrets: allow to use pool name instead of address to specify ipv4 pool

News of development process
Post Reply
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

chap-secrets: allow to use pool name instead of address to specify ipv4 pool

Post by Dmitry »

Code: Select all

commit 221358f2630ad56c980153443f152ca4c1abbbae
Author: Vladislav Grishenko <themiron@mail.ru>
Date:   Tue Jun 28 18:34:59 2016 +0500

    chap-secrets: allow to use pool name instead of address to specify ipv4 pool
    
     Chap-secrets' ipdb uses 4th field as static peer ipv4 address. With no radius
     and multiple same username sessions, it's impossible to use non-default pool
     for such sessions.
в 4-ом столбце chap-secrets обычно хранится ип4 адрес
теперь можно там указать не адрес, а имя пула
для корректной работы модуль chap-secrets должен быть расположен выше ippool в конфиге:
[modules]
chap-secrets
ippool
Post Reply