"Hans Jorgensen" <[EMAIL PROTECTED]> wrote: > I am trying to implement my own request type, with its own request number > (100), queries etc.
Huh? Why? > I have copied and based the code on auth.c, because I will like the users to > authenticate them selves, when sending the request. > But the authentication does not work. If I change the request number to 1 > (authentication request), the code works. That's because Access-Request is type 1, and it's the only type allowed when authenticating users. > Is the encryption algorithm using the request number when encrypting the > password? No. But other portions of the packet are used. See the RFC's. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
