Re: passing Calling-Station-ID

2007-04-03 Thread Peter Nixon
On Mon 02 Apr 2007, Alan DeKok wrote: Adil Azmi Bikarbass wrote: Do i need to create a whole DB for only one filed that i will pass from one NAS to another? You have to store the data somewhere. Knowing that my Freeradius is running on Solaris 10 which DB you suggest to use?

Re: radius accounting and syslog

2007-04-03 Thread Peter Nixon
On Mon 02 Apr 2007, Archie Holland wrote: I'm preparing to transition from NavisRadius to FreeRadius. NavisRadius allowed me to log stop/start events via syslog. Is there any _EASY_ way to emulate this behavior in FreeRadius? rlm_acctlog in cvs head... -- Peter Nixon

realms in my Postgres DB

2007-04-03 Thread Santiago Balaguer García
Hi people, I have several roaming agreements and usually add a new entry in proxy.conf file when I sign a new one. I realize that I my DB about radius appears the realms table. Do you know it this table is useful? Can I put my realm from proxy.conf file to realm table? Thanks, SantiagoBusca a

Re: realms in my Postgres DB

2007-04-03 Thread Alan DeKok
Santiago Balaguer García wrote: I have several roaming agreements and usually add a new entry in proxy.conf file when I sign a new one. I realize that I my DB about radius appears the /realms/ table. Do you know it this table is useful? Can I put my realm from /proxy.conf/ file to /realm/

Re: Freeradius+OpenLDAP+SAMBA+Windows Domain Logon.

2007-04-03 Thread robinson santos
Did you install winbind Can you do winbind -u ? On 4/2/07, joe vieira [EMAIL PROTECTED] wrote: Sérgio Kojima wrote: Hello all. My freeradius1.1.5 is configured to work with openldap and samba PDC, resume, it works fine when i login with username/password/domain, but this user

Cleartext-Password with rlm_sql problem

2007-04-03 Thread Fabio Pedretti
Hi, I just upgraded my freeradius 1.1.3 to 1.1.5, which I am using with a MySQL db for storing users password. I did a diff from original 1.1.3 raddb vs my modified raddb and applied it to 1.1.5 raddb. All worked fine. After that I see in the users file that User-Password was replaced

Re: Can't connect to remote freeradius server

2007-04-03 Thread joe vieira
A B wrote: I've installed freeradius 1.1.5 and am able to run radtest successfully on the machine that freeradius is installed on. However, when I try to run radtest (or NTRadPing or radius test client) it is unable to connect to the server. Does anyone have any ideas? I do have the

Re: Can't connect to remote freeradius server

2007-04-03 Thread joe vieira
A B wrote: This is the output of radiusd -x. It does say it's listening on 1812 for authentication and 1813 for accounting. rlm_eap: Loaded and initialized type mschapv2 Module: Instantiated eap (eap) Initializing the thread pool... Listening on authentication *:1812 Listening on

Can't connect to remote freeradius server

2007-04-03 Thread A B
I've installed freeradius 1.1.5 and am able to run radtest successfully on the machine that freeradius is installed on. However, when I try to run radtest (or NTRadPing or radius test client) it is unable to connect to the server. Does anyone have any ideas? I do have the servers I'm running

Re: Cleartext-Password with rlm_sql problem

2007-04-03 Thread Alan DeKok
Fabio Pedretti wrote: After that I see in the users file that User-Password was replaced with Cleartext-Password, so I replaced in the radcheck all User-Password with Cleartext-Password: after doing that, my users can't no more authenticate. I get this in radius.log: You should check

Version 2.0 is a lot closer to reality...

2007-04-03 Thread Alan DeKok
I've just committed massive changes to the server core. The diff is about 3k lines, and doesn't include deleted or added files. The good news is that it looks to be nearly 100% backwards compatible with the configurations currently allowed by the CVS head. That is, I've written it to be

Re: Can't connect to remote freeradius server

2007-04-03 Thread A B
This is the output of radiusd -x. It does say it's listening on 1812 for authentication and 1813 for accounting. Starting - reading configuration files ... Using deprecated naslist file. Support for this will go away soon. Module: Loaded exec rlm_exec: Wait=yes but no output defined. Did you

Re: Cleartext-Password with rlm_sql problem

2007-04-03 Thread Fabio Pedretti
Thanks, it works fine, now. May ask you what is the rationale behind the change from == to :=? Wasn't := used for _setting_ something, while == for _checking_ parameters? Thanks, Fabio Citando Alan DeKok [EMAIL PROTECTED]: Fabio Pedretti wrote: After that I see in the users file that

Duplicate accounting log entries

2007-04-03 Thread Patric
Hi guys, Hope someone can help, as this has me banging my head on the wall :] I am getting duplicate updates from my NAS, and Im trying to figure out how to prevent them from being written to my accounting logs table. I unfortunately have absolutely no control over the NAS, so thats not even

Re: Cleartext-Password with rlm_sql problem

2007-04-03 Thread Alan DeKok
Fabio Pedretti wrote: Thanks, it works fine, now. May ask you what is the rationale behind the change from == to :=? Wasn't := used for _setting_ something, while == for _checking_ parameters? Yes and no. See man users for details. == is comparing. Since there's no

Re: Duplicate accounting log entries

2007-04-03 Thread Patric
My apologies, a piece of my explanation is not right... please see below. Sorry, bit of a complex explanation... :] Hi guys, Hope someone can help, as this has me banging my head on the wall :] I am getting duplicate updates from my NAS, and Im trying to figure out how to prevent them from

Re: Duplicate accounting log entries

2007-04-03 Thread Alan DeKok
Patric wrote: I have 3 records for 3 different users all with the same acct_session_id. Your NAS is broken. Knowing that doesn't help much, but your NAS is definitely broken. 2 of these records have the same acct_unique_id, How? The default configuration of the server includes

Re: Duplicate accounting log entries

2007-04-03 Thread Patric
Alan DeKok wrote: Your NAS is broken. Knowing that doesn't help much, but your NAS is definitely broken. I suspected as much. Unfortunately it is a huge company whose NAS it is, and it is doubtful that the would notice my little squeek from down here... :] 2 of these records have the

Re: Sqlcounter Max-Octets doesn't reset

2007-04-03 Thread Sigfrido
Fabián wrote: Hi, take a look to sqlcounter dailycounter. I think, you need modify your query, to get that you want. Hi and thanks for answering. Properly speaking I'm not a mysql geek, so I'm afraid I'd not be able to setup a dailycounter-like query :-(. What could be the right syntax for a

LDAP search scope directive?

2007-04-03 Thread Martin Pauly
Hi, my current problem has already been discussed on this list -- here's a snippet from Nov 2004: Ron Wahler [EMAIL PROTECTED] asked: It seems that one of our customers has a database in which it does Have duplicate users names, they were asking the following question: Would also like to

Re: Duplicate accounting log entries

2007-04-03 Thread Dennis Skinner
Patric wrote: Post the key for the acct_unique module. Explain how two different User-Names can result in the same key. I couldnt begin to explain if I tried! lol I guess Im going to HAVE to try get some results from the people that control the NAS. No. Look in the radius.conf for a

Re: Duplicate accounting log entries

2007-04-03 Thread Alan DeKok
Patric wrote: I suspected as much. Unfortunately it is a huge company whose NAS it is, and it is doubtful that the would notice my little squeek from down here... :] They may listen to me. After doing this for nearly a decade, I have contacts at all of the big companies that matter. The

Re: Freeradius Checkrad Redback

2007-04-03 Thread Kevin Bonner
On Monday 02 April 2007 08:11:10 ahissi jean-françois wrote: Hello, I'am facing a Simultaneous-Use problem. We are ISP and we have adsl subscribers. The aaa is a freeradius 1.1.3 server and the NAS is a REDBACK SMS. The Simultaneous-Use don't work! We want plan to use checkrad but

Re: Freeradius Checkrad Redback

2007-04-03 Thread ahissi jean-françois
Thanks Kevin for your help! i'll try to ask lucent support. Kevin Bonner a écrit : On Monday 02 April 2007 08:11:10 ahissi jean-françois wrote: Hello, I'am facing a Simultaneous-Use problem. We are ISP and we have adsl subscribers. The aaa is a freeradius 1.1.3 server and the NAS is a

Re: Freeradius Checkrad Redback

2007-04-03 Thread ahissi jean-françois
Hello, I need help! I have a freeradius server 1.1.3 with mysql 4.1.11 backend and we manage ip address pools with the NAS (Redback SMS), it works fine. Now we need to have subscribers groups with particular ip address pools for each group. I don't how to configure it with the NAS so i want

server side ip pool management problem

2007-04-03 Thread ahissi jean-françois
ahissi jean-françois a écrit : Hello, I need help! I have a freeradius server 1.1.3 with mysql 4.1.11 backend and we manage ip address pools with the NAS (Redback SMS), it works fine. Now we need to have subscribers groups with particular ip address pools for each group. I don't how

Re: FreeBSD FreeRADIUS port updated to 1.1.5, with various enhancements

2007-04-03 Thread David Wood
In message [EMAIL PROTECTED], Alan DeKok [EMAIL PROTECTED] writes Nicolas Baradakis wrote: ... +ifeq ($(docdir),no) +install: +@echo 'Documentation files will NOT be installed.' +else I'd prefer not to have multiple install targets... even if they're wrapped with 'ifeq'. Sort of like

RE: LDAP search scope directive? [unclas]

2007-04-03 Thread Ranner, Frank MR
As a workaround, put an ACL on the new subtree that blocks the radius server from seeing the entries. As a future solution, perhaps the ldap module can be enhanced to use uri's rather than filters. A search uri contains server name, filter and scope all in one package. LDAP uri's are already