ldap + sqlcounter order loop

2003-06-23 Thread Najeh Ben Nasrallah
hi all I posted a question regarding an order problem between sqlcounter and ldap using compare_check_item , but i got no response from anyone. I am posting the question again on the list. Hope I have reply this time. This is my question: i'm using freeradius 0.8.1. i've enbaled ldap

Question about net-cards

2003-06-23 Thread .
I want to find a solution about having Net-cards. Is there a way to set up radius to have users with limited access time , or I need another billing program? thanks - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Re: Re: EAP/TLS Setup problem

2003-06-23 Thread Jean-Guillaume LALANNE
Hi Jeson, Thanks for your help. I finally found the problem. It was because I use the same name for the client and the server, and that names were not correct on the local network (I forgot to add the domain). You have to use names that are in the DNS... Jean-Guillaume - Original Message

Cisco SESM

2003-06-23 Thread Ronald Bruska
Hello Evereyboday, have anyone expirience with a setup of Freeradius and Cisco SESM insteat Cisco Access Registrar. I have some questions: - It is possible to use Freeradius insteat of Cisco Access Registrar (which is also a RADIUS) - How is the performance of Freeradius for up to 20k users? -

RADIUS + LDAP + SSL

2003-06-23 Thread Francisco Orozco/Upcnet
Hiya, Finally I've installed openSSL, but I think I'm forgetting something, because I can authenticate via LDAP over SSL. I've installed openSSL (openssl-0.9.7b). I've installed Freeradius (freeradius-0.8.1) as: tar -zxvf freeradius.tar.gz cd freeradius-0.8.1 ./configure

Re: digest configuration

2003-06-23 Thread yacine rebahi
Thanks, I am using the latest cvs snapshot, however, the server generates the error : error reading dictionary.invalid keyword "ATTRIB_NMC" Alan DeKok wrote: yacine rebahi [EMAIL PROTECTED] wrote: Can anyone give a hint about how to configure freeradius to support digest

Re: Squid - Freeradius authentication

2003-06-23 Thread Daryl Tester
Wei Ming Long wrote: I don't understand why Squid can't do authentication when running in transparent mode, can you explain it to me? It can. The problem is that in transparent mode the *browser* cannot distinguish between Squid asking for authentication, or the remote server, so if you hit a

perl. what is differs?

2003-06-23 Thread magmike
I try to use perl. I am confused in sub authorize i write for debuging something like sub authorize { ... print_attrs(%RAD_REQUEST, %RAD_REPLY, %RAD_CHECK); deb_print (walk on hash RAD_REQUEST); for $k (keys %RAD_REQUEST) { deb_print ($k =

Re: RADIUS + LDAP + SSL

2003-06-23 Thread Owen DeLong
If you're using Port 636, you probably need to set TLS off. I'm not sure starting TLS over SSL works. Even if it does, it's kind of redundant. Owen --On Monday, June 23, 2003 10:49 AM +0200 Francisco Orozco/Upcnet [EMAIL PROTECTED] wrote: Hiya, Finally I've installed openSSL, but I think I'm

static build problem in rlm_eap

2003-06-23 Thread Dave Mason
Hi, I have the June 11 CVS snapshot - maybe a little old but thought I'd mention this before I forget. In src/modules/rlm_eap/Makefile there is a line that looks like this: STATIC_OBJS += $(shell ls -1 types/rlm_eap_leap/rlm_eap_md5.a types/rlm_eap_md5/rlm_eap_leap.a 2/dev/null) Shouldnt it

Re: RADIUS + LDAP + SSL

2003-06-23 Thread Francisco Orozco/Upcnet
Owen, I've got tls disabled. But I think I may configure something in openSSL Isnt' it? Thanks __ Paco Orozco ([EMAIL PROTECTED]) Divisió de Telecomunicacions UPCNet Edifici Vèrtex - Pl. Eusebi Güell, 6 Telèfon centraleta: 93.40.11600 [EMAIL PROTECTED]

PAM RHOST patch??

2003-06-23 Thread Sean
Does anyone have a patch that adds the PAM_RHOST credential info to Freeradius? ( pam_radius uses it..but that doesnt help me =)) We are trying to implement freeradius but we need the the RHOST stuff passed via pam so our module can do some authentication based on hostnames and some other

Re: ldap + sqlcounter order loop

2003-06-23 Thread Kostas Kalevras
On Mon, 23 Jun 2003, Najeh Ben Nasrallah wrote: hi all I posted a question regarding an order problem between sqlcounter and ldap using compare_check_item , but i got no response from anyone. I am posting the question again on the list. Hope I have reply this time. This is my question:

Re: RADIUS daemon performance

2003-06-23 Thread Kostas Kalevras
On Mon, 23 Jun 2003, Oleg Ustinov wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, has anybody radius performance datas? How much auth and account requests can be handled? Check http://www.freeradius.org/testimonials.html and the list archives. In any case the server

Red Hat Linux RPM

2003-06-23 Thread Alex Chen
Is there a pre-built package of FreeRadius for Red Hat Linux or do we have to build it ourselves? Alex - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Red Hat Linux RPM

2003-06-23 Thread Matthew Schumacher
Why not build it yourself... it's not hard Also, if you are doing anything special your going to need to build it yourself anyway. If I gave you my binaries you would get a cvs version that depends on psql, openldap, and other libraries. You would be forced to install a bunch of RPMS just

RE: Red Hat Linux RPM

2003-06-23 Thread Alex Chen
If I just run ./configure and make, I am not doing anything special. I think most people will just do that. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Matthew Schumacher Sent: Monday, June 23, 2003 12:55 PM To: [EMAIL PROTECTED] Subject: Re: Red Hat

Re: Red Hat Linux RPM

2003-06-23 Thread Oliver Graf
On Mon, Jun 23, 2003 at 01:23:36PM -0700, Alex Chen wrote: If I just run ./configure and make, I am not doing anything special. I think most people will just do that. Think again about dependencies. You just run configure, and autconf will find all those libs you have installed. A proper RPM

Re: creating users

2003-06-23 Thread Kostas Kalevras
On Sun, 22 Jun 2003, Suresh Pinnamaneni wrote: can any one help me in creating users through the dialupadmin in freeradius i loaded freeradius and placed the dialupadmin in /usr/local/ but not able to create anyusers using this... radius is up and running fine with out any problem... i

Re: Red Hat Linux RPM

2003-06-23 Thread Oliver Graf
On Mon, Jun 23, 2003 at 01:23:36PM -0700, Alex Chen wrote: If I just run ./configure and make, I am not doing anything special. I think most people will just do that. And the other side around: attached is my spec file. it kills ldap, cause I don't need it. And it lists very little deps (rpm

Re: LDAP and User files

2003-06-23 Thread Kostas Kalevras
On Mon, 23 Jun 2003, Simon Allard wrote: I have a small problem. Currently I have a VOIP system here which uses freeradius 0.8.1 to authenticate. I have a users file which contains entry's like: 5551234Auth-Type := Accept, Huntgroup-Name == VOICE at the end of the file I have

Re: LDAP and User files

2003-06-23 Thread Simon Allard
Why not just do: DEFAULT Huntgroup-Name == VOICE, Autz-Type := VOICE ldap ldap_voice { filter = (cn=${User-Name}) [...] } authorize{ autztype VOICE { ldap_voice } [...] } Excellent! Thank You! :D Simon Allard (Senior Tool

RE:

2003-06-23 Thread Salvin Kumar
I have installed freeradius and now I want to dump the accounting details onto a postgres database. How do I do that. salvin

Questions about the += users file operator...

2003-06-23 Thread freeradius
Hi, I'm trying to understand the semantics of the += users file operator. I'd like to use it to select a particular DEFAULT entry based on a locally-defined dictionary attribute, as follows... # # V.90 dial-up user # # ES-Default-ID and V90LocalUser are defined in a local dictionary # lerxst

online user

2003-06-23 Thread alantu
freeradius-users hi all In dialup-admin ,it takes a long time to display the online user.why and how to change to use a little time? thanks alantu [EMAIL PROTECTED] 2003-06-24 - List info/subscribe/unsubscribe? See