Re: [SOLVED] CHAP Modification

2007-03-07 Thread ChristosH
site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- View this message in context: http://www.nabble.com/CHAP-Modification-tf3284565.html#a9360755 Sent from the FreeRadius - User mailing list

Re: [SOLVED] CHAP Modification

2007-03-05 Thread Alan DeKok
ChristosH wrote: Now, how do I make sure that my new module is included? Is everything in the modules folder complied in with FreeRadius every time you make it? No, but the top-level Make.inc contains the list of modules to build. Finally, how would I also set the module to intercept any

Re: [SOLVED] CHAP Modification

2007-03-02 Thread Alan DeKok
ChristosH wrote: Okay, I see what you mean now. Is there a tutorial on adding my own module to it? Um... rlm_example? Or the files in doc/? It's not like the module system is that complicated. A C file, a tiny Makefile, and you're pretty much done. Or would I just include the

Re: [SOLVED] CHAP Modification

2007-03-02 Thread ChristosH
the Auth-Type := altCHAP. -- View this message in context: http://www.nabble.com/CHAP-Modification-tf3284565.html#a9273523 Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: [SOLVED] CHAP Modification

2007-03-01 Thread Alan DeKok
ChristosH wrote: I don't see anything usefull in rlm_pap that could help me because it's CHAP authentication I'm working on. Yes, I know. I knew that when I pointed to rlm_pap. My point was that it may be possible in rlm_pap to normalize the password... just like it does for other types

Re: [SOLVED] CHAP Modification

2007-03-01 Thread ChristosH
stick the header files?) and recompile the whole thing? -- View this message in context: http://www.nabble.com/CHAP-Modification-tf3284565.html#a9253679 Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: [SOLVED] CHAP Modification

2007-02-28 Thread Alan DeKok
ChristosH wrote: Okay, in the radius.c file they call a function rad_chap_encode() that uses the password attribute. Is that what I'm looking for? Yes. It's a VALUE_PAIR type, so could I check and modify the password-length and password-strvalue in that function? Huh? Why? Do it

Re: [SOLVED] CHAP Modification

2007-02-27 Thread ChristosH
wrote: radius.c, rad_chap_encode(). Alan DeKok. -- View this message in context: http://www.nabble.com/CHAP-Modification-tf3284565.html#a9186780 Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: CHAP Modification

2007-02-26 Thread Alan DeKok
ChristosH wrote: My problem is where exactly is this password CHAP challege code? I'm sifting through the radius.c file but can't seem to find anything. radius.c, rad_chap_encode(). Alan DeKok. -- http://deployingradius.com - The web site of the book

CHAP Modification

2007-02-24 Thread ChristosH
and reading more complex things, so I don't think that will be a barrier. When I change it, will it require me to recompile everything every time I want to check? I'm using Fedora Core 6, Freerad 1.1.4, and MySql 5.0. -- View this message in context: http://www.nabble.com/CHAP-Modification