Changes between Version 1 and Version 2 of doc/install
- Timestamp:
- 06/27/09 01:17:27 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/install
v1 v2 3 3 '''Work in progress'''. More to come : ! 4 4 5 This document was based on FC10, and free-radius. The encryption method sused were CHAP_MD5, and the other methods were not tested, or verified, though they should work.5 This document was based on FC10, and free-radius. The encryption method used were CHAP_MD5, and the other methods were not tested, or verified, though they should work. 6 6 7 7 ---- … … 27 27 If you're doing something more elaborate for user management on Free-Radius, make sure that works properly. I simply used the users file in Free-Radius - so that's straightforward. 28 28 29 == = IMPORTANT ===29 == IMPORTANT == 30 30 The docs in WifiDog are MISLEADING [wrong might be more accurate, but less charitable] for the config string in the AuthServer Network config. 31 DO NOT LEAVE SPACES BETWEEN THE ELEMENTS! I'm sure I could go figure out why, but I'm buried so many hours at this point, I'm not very eager to do so. The config string should look something like th is:31 DO NOT LEAVE SPACES BETWEEN THE ELEMENTS! I'm sure I could go figure out why, but I'm buried so many hours at this point, I'm not very eager to do so. The config string should look something like the first example and NOT like the second!: 32 32 33 'default-network','localhost',1812,1813,'xxxxxx','CHAP_MD5' 34 If you leave spaces in-between the elements, it's going to barf on you. I kept getting an "Invalid RADIUS encryption method." when I tried to login. The examples show spaces - save yourself some serious agony, and leave them out! 33 'default-network','localhost',1812,1813,'xxxxxx','CHAP_MD5' [[BR]] 34 'default-network', 'localhost', 1812, 1813, 'xxxxxx', 'CHAP_MD5' 35 36 If you leave spaces in-between the elements, it's going to barf on you. 37 38 I kept getting an "Invalid RADIUS encryption method." when I tried to login. The examples show spaces - save yourself some serious agony, and leave them out! 35 39 == AGAIN - DON'T PUT SPACES BETWEEN THE ELEMENTS IN "AUTHENTICATOR PARAMETERS" == 36 40 41 The available Radius encryption/communication methods are: 42 'CHAP_MD5' 43 'MSCHAPv1' 44 'MSCHAPv2' 37 45 46 While there's reference to PAP in the code, it doesn't appear to work. 47 48 --- 38 49 Create a new network, which will use RadiusAuth. (This should allow you to login to the auth-server using the default network should your radius config be wrong. 39 50