add "allow_duplicate_users" config option
This commit is contained in:
parent
c03782046a
commit
47de707495
4 changed files with 32 additions and 5 deletions
4
l2tpns.h
4
l2tpns.h
|
|
@ -1,5 +1,5 @@
|
|||
// L2TPNS Global Stuff
|
||||
// $Id: l2tpns.h,v 1.73 2005/05/26 12:17:30 bodea Exp $
|
||||
// $Id: l2tpns.h,v 1.74 2005/06/02 04:04:07 bodea Exp $
|
||||
|
||||
#ifndef __L2TPNS_H__
|
||||
#define __L2TPNS_H__
|
||||
|
|
@ -458,6 +458,8 @@ typedef struct
|
|||
int radius_authtypes;
|
||||
int radius_authprefer;
|
||||
|
||||
int allow_duplicate_users; // allow multiple logins with the same username
|
||||
|
||||
in_addr_t default_dns1, default_dns2;
|
||||
|
||||
unsigned long rl_rate; // default throttle rate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue