Re: Storing in SQL, Procedure call

2006-06-07 Thread Marko Dinic
and > Microsoft SQL Server 2000? For some reason when trying to call a Stored > Procedure rlm_sql module is trying to perform a query rather then the > procedure call. Thanks! > > -Original Message- > From: Marko Dinic [mailto:[EMAIL PROTECTED] > Sent: T

Re: Storing in SQL, Procedure call

2006-06-06 Thread Marko Dinic
tds 0.62.3, tho, so I installed 0.63 and had no problems with Sybase access since then. On the other hand, Oracle setup (using rlm_sql_oracle) with "EXEC SP_NAME(...)" didn't work either, so I had to change it to "BEGIN SP_NAME(...); END;" Maybe that would work for your un

Re:Database connection failure and retry

2006-02-28 Thread Marko Dinic
/ + res = 0; + break; + case '8': /* SQLSTATE 08 class describes various connection errors */ + radlog(L_ERR, "rlm_sql_unixodbc: SQL down %s %s\n", state, error); + res = SQL_DOWN; + break; + default:

rlm_sql_sybase

2006-01-12 Thread Marko Dinic
produce a patch. Does anybody have any solution to this ? -- Best regards, Marko Dinic, System Engineer - YUnet International http://www.eunet.yu Dubrovacka 35/III, 11000 Belgrade Tel: +381 11 311 9901; Fax: + 381 11 311 9901 - This e-mail is confidential and intended only fo

Re: rlm_ippool: multiple ip ranges or multiple pools

2005-11-29 Thread Marko Dinic
ge1 pool_range2 } -- Best regards, Marko Dinic, System Engineer - YUnet International http://www.eunet.yu Dubrovacka 35/III, 11000 Belgrade Tel: +381 11 311 9901; Fax: + 381 11 311 9901 - This e-mail is confidential and intended only for the recipient. Unauthorized distributio

virtual domains as realms

2005-11-11 Thread Marko Dinic
don't seem to find the working syntax for this. Simply put, I need a way of using the realm part of the User-Name in ldap module's configuration, while using only realm DEFAULT (or, perhaps, some other catch-all entry, if availabe) in proxy.conf. -- Best regards, Marko Dinic, System