Re: Some problem

2007-03-06 Thread Kostas Zorbadelos
On Tue, Mar 06, 2007 at 10:51:25AM +0800, zhangxianshi wrote: If you ever need to build the freeradius perl module you should install the packages libperl-dev libperlversion Debian policy is to use libfoo-dev package to contain the libfoo.so symbolic link. This is what is missing in your case

How to fetch triplets from HLR?

2007-03-06 Thread lishuai zhao
Hi, all: Several EAP types are supported by freeradius including SIM and AKA with a patch. In case of EAP-SIM, the rlm_eap_sim module can calculate tripelets itself, and also can obtain triplets from an exist file by using rlm_sim_file module. The rlm_sim_module reads triplets from the

*** glibc detected *** malloc(): memory corruption

2007-03-06 Thread satish patel
Dear freeradius guys I have freeradius with mssql and it was working fine but since last 2 day i got this error when i restart radiusd daemon i got this error ..??? Acct-Delay-Time = 10 rlm_sql (sql): Reserving sql socket id: 4 query: UPDATE radacct SET

freeradius ldap connector

2007-03-06 Thread [EMAIL PROTECTED]
Hello, I use freeradius 1.0.1 LDAP connector to request a LDAP directory. I notice that Freeradius tries 6 times to find a user in my LDAP directory when this user doesn't existe. Is there a mean to make freeradius tries only one time ? Thanks Thomas- List info/subscribe/unsubscribe? See

Re: Freeradius-Users Digest, Vol 23, Issue 13

2007-03-06 Thread Arran Cudbard-Bell
Dana 5/3/2007, Tim Tyler [EMAIL PROTECTED] pi?e: Freeradius experts, I am trying to configure freeradius to use openldap as a backend for authentication, but I can't seem to get the passwords to authenticate. It seems to have no problem binding and finding the username (uid). I am using

Re: freeradius ldap connector

2007-03-06 Thread Michael Mitchell
[EMAIL PROTECTED] wrote: I notice that Freeradius tries 6 times to find a user in my LDAP directory when this user doesn't existe. err, really? During authorisation (where a search is performed by a priviledged user) or during authentication (where an attempt may be made to bind to LDAP as

freeradius + mssql Multiple logins (max 1)

2007-03-06 Thread satish patel
what is the errror i have useing freeradius + MSSQL Tue Mar 6 17:22:34 2007 : Auth: Multiple logins (max 1) : [rdoptm/tulip] (from client cisco port 761) Tue Mar 6 17:22:35 2007 : Auth: Multiple logins (max 1) : [mlpm173/CHAP-Password] (from client cisco port 528) Tue Mar 6 17:22:36 2007

Re: freeradius + mssql Multiple logins (max 1)

2007-03-06 Thread tnt
Something to do with Simultaneous-Use. But without config etc. ... Ivan Kalik Kalik Informatika ISP Dana 6/3/2007, satish patel [EMAIL PROTECTED] piše: what is the errror i have useing freeradius + MSSQL Tue Mar 6 17:22:34 2007 : Auth: Multiple logins (max 1) : [rdoptm/tulip] (from client

Re: Authentication Process/Flowchart

2007-03-06 Thread Walt Reynolds
Anyone want to comment before I add it to the wiki? No use adding it if it is that far off. Peter Nixon wrote: Hi Walt If you were to put this in the wiki you may even have other people help you edit it ;-) Peter On Fri 02 Mar 2007 22:37, Walt Reynolds wrote: I have searched, but

Re: freeradius ldap connector

2007-03-06 Thread [EMAIL PROTECTED]
you can see the debug. there are 7 searches for an uid that doesn't exist in the ldap directory: rlm_ldap: - authorize rlm_ldap: performing user authorization for X06dfdgdg radius_xlat: '(uid=X06dfdgdg)' radius_xlat: 'ou=PERSONNES,o=sg' rlm_ldap: ldap_get_conn: Checking Id: 0 rlm_ldap:

radwho not disply online users

2007-03-06 Thread satish patel
dear all I have installed freeradius with mssql but after few error i have run this command on my shell # echo/var/log/radius/radutmp after runing this command now i run this command [EMAIL PROTECTED] ~]# radwho Login Name What TTY When From

Re: freeradius + mssql Multiple logins (max 1)

2007-03-06 Thread satish patel
my radius.conf file is # the check-name attribute before any module which sets # it # daily } # Authorization. First preprocess (hints and huntgroups files), # then realms, and finally look in the users file. # # The order of the realm modules will determine the order

Re: freeradius + mssql Multiple logins (max 1)

2007-03-06 Thread tnt
# Session database, used for checking Simultaneous-Use. Either the radutmp # or rlm_sql module can handle this. # The rlm_sql module is *much* faster session { #radutmp # # See Simultaneous Use Checking Querie in sql.conf sql } This bit is fine. Check in sql.conf

Re: radwho not disply online users

2007-03-06 Thread tnt
radwho displays online users. If nobody is online now ... Ivan Kalik Kalik Informatika ISP Dana 6/3/2007, satish patel [EMAIL PROTECTED] piše: dear all I have installed freeradius with mssql but after few error i have run this command on my shell # echo

Q perl-interface documentation?

2007-03-06 Thread Jochen Schäfer
Dear All, is there any documentation outside how the perl.rlm is implemented in freeradius? I'm special interested in how to get external parameters like check-items, reply-items, user-name, user-password into the perl program. And how to script valid return codes and return strings. Thanks in

rlm_sqlcounter in precompiled binarys? Problem in compiling.

2007-03-06 Thread Jan Lausch
Hi there, I am just trying to get freeradius up and running to authenticate a chillispot. Thus I will need the sqlcounter module. I found a small number of postings covering this issue and they all indicate I would have to compile freeradius manually as this module is still experimental. On

Re: ldap passwords?

2007-03-06 Thread Tim Tyler
Ivan, Sorry to bother you again. Where should I apply the Crypt-Password? Should I apply it in radiusd.conf or in the ldap.attrmap file? What line were you referring to? My ldap database stores the password in userPassword field. I assume that I should keep password_attribute =

Re: rlm_sqlcounter in precompiled binarys? Problem in compiling.

2007-03-06 Thread Jan Lausch
Hi there, sorry to bother again, but I found the problem with ltdl.h I asked about earlier: I installed mysql 5.0 between './configure' and 'make' freeradius. Simply ./configure once more and then make make install did the job. Anyway my question remains for the next time I have to install

Re: ldap passwords?

2007-03-06 Thread tnt
You need to change password_radius_attribute to Crypt-Password. It defaults to clear password type (User-Password). Ivan Kalik Kalik Informatika ISP Dana 6/3/2007, Tim Tyler [EMAIL PROTECTED] piše: Ivan, Sorry to bother you again. Where should I apply the Crypt-Password? Should I apply

radiusd is doing a fasttop

2007-03-06 Thread Robert Ford
I can not get radiusd to start. Here is the output from the debug: radiusd -X Starting - reading configuration files ... reread_config: reading radiusd.conf Config: including file: /usr/local/etc/raddb/proxy.conf Config: including file: /usr/local/etc/raddb/clients.conf Config: including

radius doesn't start up correct

2007-03-06 Thread Jan Lausch
Hi, I'm so sorry to bother you again but this time I really can't figure out what's happening. when I try to start freeradius manually, it just stops in the middle of reading the config files: /usr/local/etc/raddb# radiusd -f Tue Mar 6 19:31:28 2007 : Info: Starting - reading configuration

Re: radius doesn't start up correct

2007-03-06 Thread A . L . M . Buxey
Hi, I'm so sorry to bother you again but this time I really can't figure out what's happening. when I try to start freeradius manually, it just stops in the middle of reading the config files: /usr/local/etc/raddb# radiusd -f Tue Mar 6 19:31:28 2007 : Info: Starting - reading

IP based Proxy routing problem

2007-03-06 Thread freeradius
Good Evening, I’m actually using the realm based proxy routing and trying to configure a NAS IP Address based proxy routing. *_Main Problem :_* 1/ I’ve moved the line “files” before the line “suffix” in the radiusd.conf file to force the radius server to check the files before the realm

Re: radius doesn't start up correct

2007-03-06 Thread Jan Lausch
Hi, /usr/local/etc/raddb# radiusd -f ...and nothing happens any more, it just hangs. radiusd -X not radiusd -x ! Thanks for the idea, but that does not seem to make a difference: segfault. The only clues it gives me are these two errors: Using deprecated naslist file. Support for

'bout rlm_sqlcounter

2007-03-06 Thread PD
Very interesting knowing about rlm_counter and the scripts made; such as noresetcounter, dailycounter, monthlycounter, etc. My question, if we do update the values of the above attributes (let say Max-All-Session attribute) while the user still online (on the session), will the update take effect

RE: 'bout rlm_sqlcounter

2007-03-06 Thread Cory Robson
After the next login of course. The counter alters the session time field that is pass back to the NAS and hence will terminate the session based on that time. If you change it whilst the user is online the session variable cannot be passed back to the NAS to update that session time limit.

login to domain with EAP-TLS

2007-03-06 Thread kemas
hi everyone, how to make XP make connection to the ap so it can logon to the samba pdc? it seems that xp make wireless connection after a user login to the box if using eap-tls. is there a way to solve this? I read about something using machine auth or machine certificate. thanks - List

Re: 'bout rlm_sqlcounter

2007-03-06 Thread satish patel
what is your rlm_counter configuration plz copy paste your config PD [EMAIL PROTECTED] wrote: Very interesting knowing about rlm_counter and the scripts made; such as noresetcounter, dailycounter, monthlycounter, etc. My question, if we do update the values of the above attributes (let say

Re: radwho not disply online users

2007-03-06 Thread satish patel
Dear 100 user login on my cisco router VPDN tunnel i can see those user into in cisco router but not display on radwho output [EMAIL PROTECTED] wrote: radwho displays online users. If nobody is online now ... Ivan Kalik Kalik Informatika ISP Dana 6/3/2007, satish patel

Re : ldap passwords?

2007-03-06 Thread Eshun Benjamin
Hello, Sorry to bother you again. Where should I apply the Crypt-Password? Should I apply it in radiusd.conf or in the ldap.attrmap file? Do the changes in ldap.attrmap CheckItemCrypt-Password userPassword CheckItemUser-PassworduserPassword