This is a discussion on Re: [SOLVED] CHAP Modification within the FreeRADIUS Users forums, part of the Networking and Network Related category; Alan DeKok-4 wrote: > > My point was that it may be possible in rlm_pap to normalize the > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Alan DeKok-4 wrote: > > My point was that it may be possible in rlm_pap to normalize the > password... just like it does for other types of passwords. > > If rlm_pap won't help, then I *strongly* suggest you write your own > module. It's easier to integrate a module into a new release of > FreeRADIUS than it is to apply a patch to the server core. > > Alan DeKok. > Okay, I see what you mean now. Is there a tutorial on adding my own module to it? Or would I just include the chappatch.c file in the same directory, include the header file chappatch.h into the rlm_chap.c file (where do you stick the header files?) and recompile the whole thing? -- View this message in context: http://www.nabble.com/CHAP-Modificat....html#a9253679 Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |