Re: [RADIATOR] Expiration Date Bug ?

2013-09-20 Thread Kennyen Choo
Thanks for your prompt response. Yes, convert the date format to 3 characters did help to resolve the issue but why is Radiator try to perform the convertion if the date/time format is incorrect? On Fri, Sep 20, 2013 at 12:49 PM, Kennyen Choo kennyen.c...@gmail.comwrote: Hello, I am using

Re: [RADIATOR] Expiration Date Bug ?

2013-09-20 Thread Heikki Vatiainen
On 09/20/2013 07:49 AM, Kennyen Choo wrote: I'm using Expiration attribute with format October 20 2013 00:00:00 but suprisingly the Radiator converted it to 1358611200 instead of the correct value which is 1382198400. Try converting the dates from full month name to three letter abbreviation.

[RADIATOR] Expiration Date Bug ?

2013-09-19 Thread Kennyen Choo
Hello, I am using RADIATOR 4.10 on x86 linux with MySQL DB. I'm using Expiration attribute with format October 20 2013 00:00:00 but suprisingly the Radiator converted it to 1358611200 instead of the correct value which is 1382198400. mysql select from_unixtime(1358611200);

RE: (RADIATOR) Expiration

2002-08-14 Thread Dave Kitabjian
. Let me know! Dave :) -Original Message-From: Radius Admin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 10:11 AMTo: Dave Kitabjian; [EMAIL PROTECTED]Subject: Re: (RADIATOR) Expiration Dave, I am now using this: AcctSQLStatement update USERS set

Re: (RADIATOR) Expiration

2002-08-13 Thread Radius Admin
; [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 2:30 AM Subject: RE: (RADIATOR) Expiration There are a whole mess of date formatting options in the manual: http://www.open.com.au/radiator/ref.html#pgfId=290952 Let me know how you make out! Dave TABLE 2

(RADIATOR) Expiration

2002-08-12 Thread Radius Admin
I am trying to update an EXPIRATION field which is a date field in my users database. I am trying to use the following statement. AcctSQLStatement update USERS set EXPIRATION=%t+7776000 where... Is there anyway for me to format the value of "%t+7776000" to a format which is

RE: (RADIATOR) Expiration

2002-08-12 Thread Dave Kitabjian
ar (2 digits) %Y Year (4 digits) %Z Timezone in ascii. eg: PST -Original Message-From: Radius Admin [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 11:32 AMTo: [EMAIL PROTECTED]Subject: (RADIATOR) Expiration I am trying

(RADIATOR) expiration date

2001-01-27 Thread Hakim Tass
hello everyone!!! I want to set the expiration by date. i.e when the user connects say on the 1st of the month he should be disconnected on the 30th of the month. Basically session-timeout by date. I tried setting up the session timeout to equivalent number of seconds for the the whole month.

RE: [platypus-users] Re: (RADIATOR) Expiration date passed!

1999-12-31 Thread admin
: Granville Barker [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED], [EMAIL PROTECTED] Copies to: [EMAIL PROTECTED] Subject:RE: [platypus-users] Re: (RADIATOR) Expiration date passed! Date sent: Thu, 30 Dec

RE: (RADIATOR) Expiration date passed!

1999-12-30 Thread Platypus
John, Your subaccounts view will need to be recreated. Please look at the attached zip file. -- Granville Barker Platypus Support Hi Hugh. Updating AuthRADIUS.pm made no diffderence. I ran the following select statement mSQL: select DateAdd(Day, ma.extension, maExpireDate), DateAdd(Day,

Re: (RADIATOR) Expiration date passed!

1999-12-30 Thread John Vorstermans
Hi Hugh. Updating AuthRADIUS.pm made no diffderence. I ran the following select statement mSQL: select DateAdd(Day, ma.extension, maExpireDate), DateAdd(Day, sa.extension, saExpireDate), sa.AccountID, sa.AccountType, sa.password, sa.login, sa.shell, sa.TimeLeft, sa.LoginLimit ,sa.LoginLimit

Re: (RADIATOR) Expiration date passed!

1999-12-30 Thread John Vorstermans
Sorry for the repost. Not all the message went through the first time. Hi Hugh. Updating AuthRADIUS.pm made no diffderence. I ran the following select statement mSQL: select DateAdd(Day, ma.extension, maExpireDate), DateAdd(Day, sa.extension, saExpireDate), sa.AccountID, sa.AccountType,