* This is the VOP Radius mailing list * I had to produce a completely separate async process that cleared everyone out of the sessions table on an hourly basis whos sessions exceeded the maximum session time (for us 8 hours)
Then I abandoned the entire session scheme within VOP and tried to control it within a database using various triggers. One important feature was to always allow a user to dial in with the same called-station-id as is in the session table...which clearly identifes a situation of a lost STOP packet. Regardless, it's difficult to do...probably not worth the effort. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Administrator > Sent: Saturday, November 15, 2003 9:13 PM > To: [EMAIL PROTECTED] > Subject: [VOPRadius] PAP error, login limit exceeded > > > * This is the VOP Radius mailing list * > The main issue is that you don't always receive stop packets > So if a user wants to log back on they can't, if the system > says they are already logged on (assuming port limit 1) > > regards > > Tim > ----- Original Message ----- > From: "andyb" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, November 16, 2003 12:36 PM > Subject: [VOPRadius] PAP error, login limit exceeded > > > > * This is the VOP Radius mailing list * > > One simultaneous logon, that's it. If they want more than > one logon > > at a time, they pay extra. In the authentication database, > there are > > profiles that determine how many simultaneous logons they > are allowed. > > It works really great. Andy > > > > ----- Original Message ----- > > From: "Administrator" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Saturday, November 15, 2003 6:36 PM > > Subject: [VOPRadius] PAP error, login limit exceeded > > > > > > > * This is the VOP Radius mailing list * > > > maybe so, but how do you get aorund 2 or 3 people using the same > > > login > > > > > > Tim > > > ----- Original Message ----- > > > From: "Eric Dean" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Sunday, November 16, 2003 8:34 AM > > > Subject: [VOPRadius] PAP error, login limit exceeded > > > > > > > > > > * This is the VOP Radius mailing list * > > > > You can disable UserOnline listing..which disables concurrency > checking. > > > > You can also bump up port-limit. > > > > > > > > > -----Original Message----- > > > > > From: [EMAIL PROTECTED] > > > > > [mailto:[EMAIL PROTECTED] On Behalf Of andyb > > > > > Sent: Saturday, November 15, 2003 3:50 PM > > > > > To: [EMAIL PROTECTED] > > > > > Subject: [VOPRadius] PAP error, login limit exceeded > > > > > > > > > > > > > > > * This is the VOP Radius mailing list * > > > > > Hi, > > > > > > > > > > Occasionally, the RADIUS server doesn't get the stop > packets, so > > > > > the next time a user tries to logon they get a PAP > > > > > authentication user (simultaneous login limit exceeded). > > > > > > > > > > I can go in manually and take them out of the user list > > > > > online...is there anyway to get this done automatically? > > > > > > > > > > Thanks, Andy > > > > > > > > > > > > > > > ** > > > > > To leave this list, send an email to > > > > > [EMAIL PROTECTED] and put the word "LEAVE" in the > > > > > BODY of the email. > > > > > > > > > > > > > > > > > > > > > > ** > > > > To leave this list, send an email to > [EMAIL PROTECTED] > > > > and put the word "LEAVE" in the BODY of the email. > > > > > > ** > > > To leave this list, send an email to [EMAIL PROTECTED] > > > and put the word "LEAVE" in the BODY of the email. > > > > > > > > > ** > > To leave this list, send an email to > [EMAIL PROTECTED] and > > put the word "LEAVE" in the BODY of the email. > > > ** > To leave this list, send an email to > [EMAIL PROTECTED] and put the word "LEAVE" in the > BODY of the email. > > ** To leave this list, send an email to [EMAIL PROTECTED] and put the word "LEAVE" in the BODY of the email.
