file realms and Mysql

2001-10-28 Thread Sveta
ress2 nostrip If user connect with realm bum.com or ooo.com he must be remote to another radius (ip address1 or p address2 ) but it is not work and user has itsauthentication and accounting on LOCAL radius. Where is my mistake? Thanks, Sveta - List info/subscribe/unsubscribe? See

Filed to link to module 'rlm_counter'

2001-10-24 Thread Sveta
e:622: gdbm.h: No such file or directory configure: failed program was: #line 621 "configure" #include "confdefs.h" #include int main() { int a = 1; ; return 0; } ..... What can I do? Thanks Sveta - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

About realms

2001-08-03 Thread Sveta
realm in order from an table which contains list of realms till user will be authenticated in my radcheck table. And after authentication Mysql must writes in radacct table records for user with realm. Thanks for your help. Sveta - List info/subscribe/unsubscribe? See http://www.freeradius.org

(no subject)

2001-08-03 Thread Sveta
In radchek I input record such insert into radchek (UserName,Attribute,Value) values("sveta","Crypt-Password",ENCRYPT("tttdfg90")); What say your radius.log and mysql.trace? Sveta - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

(no subject)

2001-08-03 Thread Sveta
David Did you write sql in accounting module in radiusd.conf? I use freeradius with MySQL and call via vpn (use putch ppp for radius ). My radiusclient does only authentication. Sveta - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

proxy does not work(use freeradius+mysql)

2001-07-27 Thread Sveta
Hello 1. I use two freeradiuses and mysql. First freeradius should send query to second (remote freeradius). And second radius must authentication and accounting via Mysql. If I use one freeradius and Mysql everything works exellent. Nothing works when I use two radiuses. I configurd accordin