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?