Re: How can I limit the maximum number of simultaneous logins on a per-user basis?

2011-04-15 Thread ziko
Hi, There is simultaneous-use attribute. if you want to set maximum number of simultaneous logins to 1 for user john, you must write: john simultaneous-use := 1 From: Götz Reinicke - IT-Koordinator To: freeradius-users@lists.freeradius.org Sent: Fri, April 15

Re: freeradius+ldap: Invalid DN syntax

2011-04-02 Thread ziko
Thank you very much! I am new to ldap :( thank you it works now! From: James J J Hooper To: freeradius-users@lists.freeradius.org Sent: Sat, April 2, 2011 9:54:26 PM Subject: Re: freeradius+ldap: Invalid DN syntax On 02/04/2011 18:29, ziko wrote: > He

freeradius+ldap: Invalid DN syntax

2011-04-02 Thread ziko
Hello. I am using Freeradius 2 with openldap 2.3.43 on my CentOS 5. My OPenldap works grate without freeradius, and freeradius works without ldap. But i cant connect ldap and freeradius. my ldapsearch output: ldapsearch -x # extended LDIF # # LDAPv3 # base (default) with scope subtree # filte

Re: Calling-Station-Id problem

2011-03-14 Thread ziko
thank you guys. I will try. Thank you! From: Brian Candler To: FreeRadius users mailing list Sent: Mon, March 14, 2011 11:42:09 AM Subject: Re: Calling-Station-Id problem On Sun, Mar 13, 2011 at 04:37:06AM -0700, ziko wrote: >I tried both format toget

Calling-Station-Id problem

2011-03-13 Thread ziko
Hello. I am using freeradius2 on my CentOS5. It's working great. But now I have one problem. I need to use wireless and pppoe together in my network. Users must login both in wireless and pppoe. wireless using MAC format 00-00-00-00-00 and pppoe 00:00:00:00:00 How can i indicate calling-station-i

Stop user's time

2010-09-27 Thread ziko
hello. I have freeradius2 on my centOS and it works fine! But now i want to add new feature. I want to disable user and stop his time. I am disabling user by adding auth-type := reject but he's time is not stopping. How can i stop user's time? For example user john have 25 days and i disabled this

Re: Simultaneous-Use

2010-08-30 Thread ziko
Go to /etc/raddb/sql/mysql/dialup.conf file and find "Simultaneous Use Checking Queries" and there uncomment needed lines. then add simultaneous-use attribute to user. It worked for me. From: Student University To: FreeRadius users mailing list Sent: Mon, Au

Re: sqlcounter is not kicking users

2010-08-27 Thread ziko
FreeRadius users mailing list Sent: Fri, August 27, 2010 2:46:46 PM Subject: Re: sqlcounter is not kicking users ziko wrote: > Hello, I configured sqlcounter on my radius server and trying to limit > hotspot users time. But when time expires, Max-All-Session is not > kicking users. (bu

sqlcounter is not kicking users

2010-08-27 Thread ziko
Hello, I configured sqlcounter on my radius server and trying to limit hotspot users time. But when time expires, Max-All-Session is not kicking users. (but when they log out, then they cant log in) How can i solve this problem? I am using: Freeradius 2 CentOS 5.3 Mikrotik as NAS. My sqlcount

Freeradius username, password + MAC address auth

2010-08-23 Thread ziko
Hello. I am running freeradius 2.1.7 server on my Centos. I am using mysql database. everything works ok! I am using username password method for auth, but now i want to add mac address auth method too. I want Radius server checks username, password and MAC addresses at the same time when the

freeradius sql modul faild to load

2010-08-05 Thread ziko
Hello. I have freeradius 2.1.9 on Fedora 13. I also have mysql-server installed and freeradius-mysql package. I created database with Daloradius sql script and everything works, but when i uncomment "sql" in /raddb/sites-enabled/default file, freeradius gives error, failed to load sql modules.