Re: LDAP/MS-CHAP & freeradius-0.4 and current CVS

2002-01-14 Thread Frank Cusack
On Mon, Jan 14, 2002 at 05:46:19PM -0600, Chris Green wrote: > #0 0x40025aef in mschap_authorize () at eval.c:41 > #1 0x08058687 in call_modsingle (component=1, sp=0x80c7b10, > #11 0x401dc306 in __libc_start_main (main=0x804cb54 , argc=2, > ubp_av=0xb754, init=0x804b9dc <_init>, fini=0

Re: Patch for using multiple group reply attributes from SQL.

2002-01-14 Thread Randy Moore
At 04:44 PM 1/14/2002 +, you wrote: >[EMAIL PROTECTED] writes: > >This patch fixes (I hope) 2 related problems. First, as pointed out by > >[EMAIL PROTECTED] back in mid December, the logic in the > >sql_userparse subroutine does not allow for multiple reply pairs for a > >single attribute fr

RE: EAP/Password File problems - EAP-TTLS - Tru64

2002-01-14 Thread 함영환
I am newcomer to this mailing list. I am studying on radius authentication method, and want to know where can I find the EAP-MD5 module. Now I hope that I can test aboe module. Please let me know. -Original Message- From: [EMAIL PROTECTED] [mailto:freeradius-users- [EMAIL P

Re: LDAP/MS-CHAP & freeradius-0.4 and current CVS

2002-01-14 Thread Chris Green
Frank Cusack <[EMAIL PROTECTED]> writes: > On Mon, Jan 14, 2002 at 01:52:02PM -0600, Chris Green wrote: >> Frank Cusack <[EMAIL PROTECTED]> writes: >> >> > On Mon, Jan 14, 2002 at 09:49:57AM -0600, Chris Green wrote: >> > >> >> #0 0x40025aef in mschap_authorize () at eval.c:41 >> > > > You prob

Update: repeatable segfault in rlm_sql_authenticate sub (not eval.c)

2002-01-14 Thread Randy Moore
Hi Everyone, This is just an update to my earlier post about repeatable segmentation faults under freeradius 0.4 when using MySQL. I dropped back to version 0.3, but kept the same SQL database (ie has 'op' fields, which are just ignored). No more segfaults. Can anyone else confirm that they

Re: LDAP/MS-CHAP & freeradius-0.4 and current CVS

2002-01-14 Thread Frank Cusack
On Mon, Jan 14, 2002 at 01:52:02PM -0600, Chris Green wrote: > Frank Cusack <[EMAIL PROTECTED]> writes: > > > On Mon, Jan 14, 2002 at 09:49:57AM -0600, Chris Green wrote: > > > >> #0 0x40025aef in mschap_authorize () at eval.c:41 > > You probably have an old install lingering around, maybe 'mak

Re: LDAP/MS-CHAP & freeradius-0.4 and current CVS

2002-01-14 Thread Chris Green
Frank Cusack <[EMAIL PROTECTED]> writes: > On Mon, Jan 14, 2002 at 09:49:57AM -0600, Chris Green wrote: > >> #0 0x40025aef in mschap_authorize () at eval.c:41 > > Yeah, that's a problem. I wonder if you have the ppp package installed > and gcc is picking that up. What does `ldd radiusd' look l

Re: EAP/Password File problems - EAP-TTLS - Tru64

2002-01-14 Thread aland
Yuan Yuan <[EMAIL PROTECTED]> wrote: > would you please tell where can I find the EAP-MD5 module? Look in the tar file. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: EAP/Password File problems - EAP-TTLS - Tru64

2002-01-14 Thread Yuan Yuan
oh, Thanks would you please tell where can I find the EAP-MD5 module? On Monday 14 January 2002 02:24 pm, you wrote: > Yuan Yuan <[EMAIL PROTECTED]> wrote: > > but Freeraduis does support EAP, and can be compiled with EAP module, > > right? > > Yes. But right now, it only supports EAP-MD5. >

Re: EAP/Password File problems - EAP-TTLS - Tru64

2002-01-14 Thread aland
Yuan Yuan <[EMAIL PROTECTED]> wrote: > but Freeraduis does support EAP, and can be compiled with EAP module, right? Yes. But right now, it only supports EAP-MD5. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: EAP/Password File problems - EAP-TTLS - Tru64

2002-01-14 Thread Yuan Yuan
but Freeraduis does support EAP, and can be compiled with EAP module, right? On Monday 14 January 2002 02:11 pm, you wrote: > Yuan Yuan <[EMAIL PROTECTED]> wrote: > > Now I am working on EAP/TLS intergration with Freeraduis. Would you > > please tell me whether Freeradius support EAP/TLS? > >

Re: LDAP/MS-CHAP & freeradius-0.4 and current CVS

2002-01-14 Thread Frank Cusack
On Mon, Jan 14, 2002 at 09:49:57AM -0600, Chris Green wrote: > Lets see first if I understand how freeradius works. > I'm not sure what the eval.c is as it's not a part of freeradius in > the below backtrace > #0 0x40025aef in mschap_authorize () at eval.c:41 Yeah, that's a problem. I wonder i

Re: EAP/Password File problems - EAP-TTLS - Tru64

2002-01-14 Thread aland
Yuan Yuan <[EMAIL PROTECTED]> wrote: > Now I am working on EAP/TLS intergration with Freeraduis. Would you please > tell me whether Freeradius support EAP/TLS? No, it doesn't. Sorry. As always, patches are welcome. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freerad

Re: EAP/Password File problems - EAP-TTLS - Tru64

2002-01-14 Thread Yuan Yuan
Now I am working on EAP/TLS intergration with Freeraduis. Would you please tell me whether Freeradius support EAP/TLS? where can I download the EAP/TLS module? please give me some advice on this. I really need this information! thank very much! On Monday 14 January 2002 12:00 pm, you wrote: >

Re: Forcing a Disconnect after initial access-accept

2002-01-14 Thread aland
Trevor Clarke <[EMAIL PROTECTED]> wrote: > Does anyone know of a message that can be sent from a authentication server > to force a disconnect of a RADIUS session following an access-accept > message? No. See the FAQ. > Nokia's Access Controller speaks of a negative acknowledgement > message

Re: rlm_counter again

2002-01-14 Thread aland
[EMAIL PROTECTED] wrote: >To sum it up, it seems that the modules are initialized according the > order defined in the authenticate section. As my authenticate section > only includes "files", the files module get initialized before the > counter module. So freeradius is unable to start...

Re: Patches for Nortel (Bay) Annex

2002-01-14 Thread aland
Bill Campbell <[EMAIL PROTECTED]> wrote: > The attached patch to raddb/dictionary.bay has additional attributes for > the Annex-RAC R18.0 software. Applied, thanks. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Newbie documentation/instruction request

2002-01-14 Thread aland
"James Jones" <[EMAIL PROTECTED]> wrote: > I can't find a way to search the archives so please forgive me! http://www.mail-archive.com/freeradius-users@lists.cistron.nl/ > Can someone point me in a direction to documentation or instruction for a > RADIUS server? Download the source file fr

Newbie documentation/instruction request

2002-01-14 Thread James Jones
I can't find a way to search the archives so please forgive me! Can someone point me in a direction to documentation or instruction for a RADIUS server? Our provider has given us a super deal on Dial-Up POPS but they said we would have to provide a RAIDUS server for authentication. All the guy

Re: EAP/Password File problems - EAP-TTLS - Tru64

2002-01-14 Thread aland
Chuck Phillips <[EMAIL PROTECTED]> wrote: > > If you're using the radius 'users' file, then EAP-MD5 should work. > > Could you elaborate on this so that even I can understand? Are you saying > I can use /etc/passwd if I have the users file set up right? No. You need to supply a plain-text p

Re: Accounting Request through Proxy

2002-01-14 Thread aland
"Bartschies, Thomas" <[EMAIL PROTECTED]> wrote: > I'm running a newly configured freeradius-0.4 here. The only client > is a cisco 4000 with IOS 12.1. On every PPP logout I get this message > Error: Accounting: logout: login entry for NAS CVK_NAS port 20003 not found > but before that there is als

Re: EAP/Password File problems - EAP-TTLS - Tru64

2002-01-14 Thread Chuck Phillips
--On Wednesday, January 02, 2002 2:42 PM -0500 [EMAIL PROTECTED] wrote: > Brandon Saunders <[EMAIL PROTECTED]> wrote: >> I am testing my wireless access point against a test freeradius server >> complied with the EAP module. I am using the UNIX user files as the >> authentication source. When

Re: Patch for using multiple group reply attributes from SQL.

2002-01-14 Thread freeradius-users
[EMAIL PROTECTED] writes: >This patch fixes (I hope) 2 related problems. First, as pointed out by >[EMAIL PROTECTED] back in mid December, the logic in the >sql_userparse subroutine does not allow for multiple reply pairs for a >single attribute from the radgroupreply table. This patch fixes

radius ip allowed

2002-01-14 Thread CARDULLO Loris
Hi to all ,   I' m  deciding if  radius  is the best choice for my network . Does radius allow an attribute-value  for specifying  a list of IP  address ( Nas e.g. or cisco switches  ) that  have a  " permit"  for a request of authentication ? My purpose is to deny the authentication if a

Re: Getting closer, but now there is a problem with LDAP authentication.

2002-01-14 Thread aland
Steve Sobol <[EMAIL PROTECTED]> wrote: > > > rlm_ldap: Attribute "Password" is required for authentication. Cannot use > > > "Stripped-User-Name". > > > > Ouch. That's a bug in the server core. The LDAP module is looking > >at what SHOULD be the password for the request, but it looks like it's

Re: AcctUniqueId ...

2002-01-14 Thread aland
Do-Risika RAFIEFERANTSIARONJY <[EMAIL PROTECTED]> wrote: > Can someone tell me where does freeradius get the AcctUniqueId in the > rlm_mysql/radacct table ? Have you done a 'grep -i unique raddb/*' ? Look in raddb/radiusd.conf. Alan DeKok. - List info/subscribe/unsubscribe? See http://w

LDAP/MS-CHAP & freeradius-0.4 and current CVS

2002-01-14 Thread Chris Green
I've searched through the mail archives a good bit on both devel and user trying to get this configuration correct but I'm now seeing a segfault that doesn't make a lot of sense to me What I'm trying to do right now is make PPTP work with a Nortel Contivity box using radius authentication Lets s

Re: check-radius-config - Minor issue

2002-01-14 Thread aland
Joe Maimon <[EMAIL PROTECTED]> wrote: > I use the check-radius-config script to ensure updates I script-download > for a set of users is syntacticaly correct. Problem I am getting is port > 32768 is in use by portmapper > > After upgrading three versions - its become annoying. So submit a patc

help: Does freeradius support EAP/TLS

2002-01-14 Thread Yuan Yuan
thanks, can someone give me some detail? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

AcctUniqueId ...

2002-01-14 Thread Do-Risika RAFIEFERANTSIARONJY
Hi all, Can someone tell me where does freeradius get the AcctUniqueId in the rlm_mysql/radacct table ? Thanx in advance, @+ -- DouRiX - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Accounting Request through Proxy

2002-01-14 Thread Bartschies, Thomas
Hi, I'm running a newly configured freeradius-0.4 here. The only client is a cisco 4000 with IOS 12.1. On every PPP logout I get this message Error: Accounting: logout: login entry for NAS CVK_NAS port 20003 not found but before that there is also the corresponding login entry Login OK: [bar] (fr