Re: libradius library.

2003-08-08 Thread Alan DeKok
=?ISO-8859-1?Q?Rafa_Mar=EDn_L=F3pez?= <[EMAIL PROTECTED]> wrote: > I am thinking of using to use the RADIUS protocol in another program. I > would like to process radius request (as it is specified in radius.c > for example). > > what should I do? should I use libradius library? is it enough?

Re: Radrelay replication loop

2003-08-08 Thread Navid Sheikhol Eslami
Hi Alan, believe me, I proudly use FreeRADIUS :) I'm reading doc/radrelay off freeradius-0.9.0 package, it also mentions "FreeRadius-Proxied-To" but that's in case of proxying, at least that's what I read (from section 3. REPLICATION AND PROXYING) Thanks Navid > It's actually "Freeradius-prox

Re: What is the minimal attributes that must be in START, INTERIM UPDATE and STOP packets

2003-08-08 Thread Alan DeKok
Aime <[EMAIL PROTECTED]> wrote: > I am just writing a radius client in Perl, and i am > wondering what the radius server is expecting as > minimal attributes in check items to honour STOP , > INTERIM UPDATE AND STOP accounting request Try reading the RFC's. Alan DeKok. - List info/subscribe

Re: FreeRadius Authentification Problem

2003-08-08 Thread barry
- Original Message - From: "Serg Shipaev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003 9:46 AM Subject: FreeRadius Authentification Problem > Hi all! > > My name is Serg Shipaev. I'm novice in in stallation and using of > FreeRadius. > And of course, I've

Re: Login-Time + SQL ?

2003-08-08 Thread Oliver Graf
On Wed, Aug 06, 2003 at 02:31:50PM +0200, Patrick wrote: > Hi, > > im just reposting this after trawling the mailing lists i still havent > seem to have come up with anything usefull... im trying to run login time > but here is my confusing bit ... currently im using both users file and sql >

Re: Querry on localhost testing

2003-08-08 Thread Rudramuni PH
Full Debug in formation I have runnin lik the on server side radiusd -xxyz -l stdout Ouput is below 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.c

Re: Linux Freeradius-.0.9.0 and Enterasys compatibility

2003-08-08 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > I think I have to put the attribute which is > "Enterasys:mgmt=su:policy=admin" somewhere. Could you advise me where to > put this attribute? I guess it makes sense if I put this in either > clients.conf or users file, but not sure what the command is. The 'users' file

Re: Querry on localhost testing

2003-08-08 Thread Alan DeKok
"Rudramuni PH" <[EMAIL PROTECTED]> wrote: > I doing local host testing ... using radtest ..I am geting > access reject instead of access accept ... > Server Side > > Starting - reading configuration files ... ... > unix: cache_reload = 600 And you've carefully cut out the most impo

RE: Advantages of Using SQL ?

2003-08-08 Thread Jeremy Davis
But the argument was never about effiency, it was about speed. SQL makes a lot more sense if you have a lot of users. The maintence would be easier as well. Jeremy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Evren Yurtesen Sent: Tuesday, August 05, 20

Authentication problems with EAP/TLS (and Enterasys)

2003-08-08 Thread Sevcik Berndt
I try to authenticate an XP Client via an Enterasys RoamaboutR2 Access Point with freeradius. But the client get never authenticated. My problem that I have no idea where I should search for the error. I used the www.impossiblereflex.xom/8021x/eap-tls-HOWTO.htm Howto for setup. Output from freerad

Re: EAP/TLS problems

2003-08-08 Thread Artur Hecker
> On my AP there is: > Access requests: 2 > Access Retransmissions: 6 > Timeouts: 8 apparently, your AP thinks that it never got answers back. why? be sure, the message sent by the server arrives at the AP and is recognized as an answer. you can do so by using other auth types for debugging purpos

Help! a question about freeradius & mssql2000

2003-08-08 Thread yuqi
To christian : Sorry to bother you. I learn from freeradius mailing list that you have encountered a problem what is puzzling me: I am now trying to connect my freeradius to mssql2000 on freeBSD4.8 I am doing as below: setup unixODBC at /usr/apps/unixODBC compile and install freeTDS0.61 with -

BUSINESS RELATIONSHIP.

2003-08-08 Thread MR.KUNTE DAVID JOHNSON.
FROM :MR.KUNTE DAVID JOHNSON. COTONOU,REPUBLIC OF BENIN WEST AFRICA. TEL:(229)95 81 53 E-MAIL:[EMAIL PROTECTED] BUSINESS RELATIONSHIP. DEAR FRIEND, MY NAME IS KUNTE JOHNSON,A NATIONAL OF SIERRA LEONE.I WAS THE DIRECTOR GENERAL OF THE SIERRA LEONIAN MI

Re: Debian compilation problems

2003-08-08 Thread Nicolas Baradakis
Paul Hampson wrote: > > Jan Berkel wrote: > > > > > > try changing line 70 in src/modules/rlm_dbm/configure.in: > > > - if test "x$ac_cv_lib_gdbm_dbm_open" != "xyes"; then > > > + if test "x$ac_cv_lib_gdbm_compat_dbm_open" != "xyes"; then > > > > ... and after that run autoconf to generate a cor

Re: only first of two networks is returned to client

2003-08-08 Thread Alan DeKok
Lothar Schuette <[EMAIL PROTECTED]> wrote: > I found a hint to use "Attribute += Value" if one attribute is used more > than once. But there is only a 1:1 translation between LDAP-entries and radius. > > How can we solve the problem? Use the 'users' file, or update the ldap configuration and/o