add "allow_duplicate_users" config option
This commit is contained in:
parent
404aee88c9
commit
ebfbe027e3
2 changed files with 4 additions and 2 deletions
4
Changes
4
Changes
|
|
@ -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 CHAP support from Jordan Hrycaj.
|
||||
- Add interim accounting support from Vladislav Bjelic.
|
||||
|
|
@ -77,6 +77,8 @@
|
|||
- New config option: cluster_master_min_adv which determines the minimum
|
||||
number of up to date slaves required before the master will drop
|
||||
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
|
||||
- Better cluster master collision resolution: keep a counter of state
|
||||
|
|
|
|||
|
|
@ -43,5 +43,5 @@ rm -rf %{buildroot}
|
|||
%attr(644,root,root) /usr/share/man/man[58]/*
|
||||
|
||||
%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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue