add "allow_duplicate_users" config option

This commit is contained in:
bodea 2005-06-02 04:38:42 +00:00
parent 47de707495
commit 70b7627d5c
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
* Thu May 26 2005 Brendan O'Dea <bod@optusnet.com.au> 2.1.0 * Thu Jun 2 2005 Brendan O'Dea <bod@optusnet.com.au> 2.1.0
- Add IPv6 support from Jonathan McDowell. - Add IPv6 support from Jonathan McDowell.
- Add CHAP support from Jordan Hrycaj. - Add CHAP support from Jordan Hrycaj.
- Add interim accounting support from Vladislav Bjelic. - Add interim accounting support from Vladislav Bjelic.
@ -77,6 +77,8 @@
- New config option: cluster_master_min_adv which determines the minimum - New config option: cluster_master_min_adv which determines the minimum
number of up to date slaves required before the master will drop number of up to date slaves required before the master will drop
routes. routes.
- New config option: allow_duplicate_users which determines whether
or not to kill older sessions with the same username.
* Fri Dec 17 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.13 * Fri Dec 17 2004 Brendan O'Dea <bod@optusnet.com.au> 2.0.13
- Better cluster master collision resolution: keep a counter of state - Better cluster master collision resolution: keep a counter of state

View file

@ -43,5 +43,5 @@ rm -rf %{buildroot}
%attr(644,root,root) /usr/share/man/man[58]/* %attr(644,root,root) /usr/share/man/man[58]/*
%changelog %changelog
* Thu May 26 2005 Brendan O'Dea <bod@optusnet.com.au> 2.1.0-1 * Thu Jun 2 2005 Brendan O'Dea <bod@optusnet.com.au> 2.1.0-1
- 2.1.0 release, see /usr/share/doc/l2tpns-2.1.0/Changes - 2.1.0 release, see /usr/share/doc/l2tpns-2.1.0/Changes