Why do tests 2n, 2r, 2t, 2v and 4a fail on freebsd?
Freebsd optionally uses MD5 for encrypting passwords in crypt(3), but the example passwd file we provide for testing the AuthBy UNIX uses standard DES encryption. You can fix this by copying passwd.md5 to passwd and rerunning make test. 18. How do I set up automatic IP address allocationBasically, you need to do 2 things: • Add 1 or more FramedGroupBaseAddress items to each Client in your Radiator configuration file. • Add a Framed-Group reply item to each user for whom you want address allocation. For example in the Radiator configuration file: # This is the base address for Framed-Group = 0 FramedGroupBaseAddress 10.0.0.1 # This is the base address for Framed-Group = 1 FramedGroupBaseAddress 10.0.1.1 # This is the base address for Framed-Group = 2 FramedGroupBaseAddress 10.0.2.1 ….. and in the users file, something like: mikem Password = “fred” Framed-Group = 1, Framed-Protocol = PPP, etc. Now if mikem logs into the Client at port 5, he will be allocated an IP address of 10.0.1.6 (