X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=cfb3a682b3800f2a74cac07b1373078125a9dc55;hb=e5b9a1061f126b36c558aea09fd76fd691ebf018;hp=f43a0390ab13479eb5cded5a93a7140f52b13fec;hpb=e3426561f8042f6f231de8103b21f200d2042ef3;p=ppp.git diff --git a/pppd/pppd.h b/pppd/pppd.h index f43a039..cfb3a68 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -39,7 +39,7 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: pppd.h,v 1.91 2005/08/25 23:59:34 paulus Exp $ + * $Id: pppd.h,v 1.92 2007/06/19 02:08:35 carlsonj Exp $ */ /* @@ -293,6 +293,7 @@ extern char passwd[MAXSECRETLEN]; /* Password for PAP or CHAP */ extern bool auth_required; /* Peer is required to authenticate */ extern bool persist; /* Reopen link after it goes down */ extern bool uselogin; /* Use /etc/passwd for checking PAP */ +extern bool session_mgmt; /* Do session management (login records) */ extern char our_name[MAXNAMELEN];/* Our name for authentication purposes */ extern char remote_name[MAXNAMELEN]; /* Peer's name for authentication */ extern bool explicit_remote;/* remote_name specified with remotename opt */