Re: Regular Expression Syntax Error: Invalid regex in realm

2008-11-10 Thread tnt
>Therefore, in order to process "example.com" and all >sub-domains of it which means "*.example.com" No. *.example.com means just subdomains of example.com. It doesn't include example.com. >you should write rules seperately for >@example.com and @*.example.com. > Yes. example.com as any other re

Re: Regular Expression Syntax Error: Invalid regex in realm

2008-11-10 Thread Gökhan Eryol
Thank you Ivan. I just noticed that asterisk is the problematic character at this example. As you mentioned, there should not be asterisk or with a "w" in front of it. On the other hand, with this syntax "." becomes problematic since this syntax excludes @example.com domains. Therefore, in order to

RE: Regular Expression Syntax Error: Invalid regex in realm

2008-11-10 Thread tnt
realm "~\\.example\\.com$" { authhost = LOCAL # not strictly necessary accthost = LOCAL # not strictly necessary } Remove that * after ~. Or put w in front of *. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.htm

Regular Expression Syntax Error: Invalid regex in realm

2008-11-10 Thread Gökhan Eryol
Hi all, I'm trying to use regular expressions as realm names in the proxy.conf file. There is an example and explanation of writing regular expression as a realm name in the proxy.conf file. However it is not working even if I write down the given example. Radius startup breaks up with the error m

RE: Syntax error converting datetime from character string

2007-03-13 Thread satish patel
Syntax error converting datetime from character string Dear all I have setup freeradius-1.1.0 with Cisco VPDN with MSSQL2000 but i got this error and my radius goes down Tue Mar 13 10:57:44 2007 : Error: rlm_sql_unixodbc: '22007 [unixODBC][FreeTDS][SQL Server]S

RE: Syntax error converting datetime from character string

2007-03-12 Thread Cory Robson
tish patel Sent: Tuesday, 13 March 2007 3:11 PM To: freeradius-users Subject: Syntax error converting datetime from character string Dear all I have setup freeradius-1.1.0 with Cisco VPDN with MSSQL2000 but i got this error and my radius goes down Tue Mar 13 10:57:44 2007 : Error: r

Syntax error converting datetime from character string

2007-03-12 Thread satish patel
Dear all I have setup freeradius-1.1.0 with Cisco VPDN with MSSQL2000 but i got this error and my radius goes down Tue Mar 13 10:57:44 2007 : Error: rlm_sql_unixodbc: '22007 [unixODBC][FreeTDS][SQL Server]Syntax error converting datetime from character string.' Tue Ma

Re: Syntax Error

2006-05-17 Thread Sebastian Wild
kindly let us know the error messages if u want us to help you Lakshmi Jayaraman wrote: Hi, I am using the latest version of freeRadius. The version is 1.1.1. When I try to run the server it gives a lot of syntax error. Kindly let me know how to proceed with the same. Thanks Lakshmi

Syntax Error

2006-05-16 Thread Lakshmi Jayaraman
Hi, I am using the latest version of freeRadius. The version is 1.1.1. When I try to run the server it gives a lot of syntax error. Kindly let me know how to proceed with the same. Thanks Lakshmi The information contained in this electronic message and any attachments to this message are

Re: probably syntax error in accounting_stop_query_alt in sql.conf from CVS-snapshot 20040428

2004-04-29 Thread Paul Hampson
On Thu, Apr 29, 2004 at 12:29:28PM +0200, Michael Markstaller wrote: > I've just copied the queries from the CVS-snapshot in sql.conf to my running (0.9.3) > for getting updated acct-session time etc and noticed one possible wrong query in > the sql.conf of the CVS-snapshot/sql.conf, maybe someth

probably syntax error in accounting_stop_query_alt in sql.conf from CVS-snapshot 20040428

2004-04-29 Thread Michael Markstaller
I've just copied the queries from the CVS-snapshot in sql.conf to my running (0.9.3) for getting updated acct-session time etc and noticed one possible wrong query in the sql.conf of the CVS-snapshot/sql.conf, maybe something to correct: it reads (DATE_SUB for starttime): accounting_stop