Xiaochen Jing wrote:
I went through the comments for the "ippool" module in radiusd.conf but couldn't get any clue.
All versions of the server contain comments in the "ippool" module that say "users file". The text that follows it is supposed to go into the "users" file.
Why it keeps saying
+- entering group post-auth rlm_ippool: Could not find Pool-Name attribute.
Because you didn't configure the "users" file correctly.
In users file I have
testuser Cleartext-Password := "testing" Pool-Name == "main_pool",
Which doesn't match the example given in the "ippool" module. (1) You put the Pool-Name attribute on the SECOND line, not the FIRST See "man users" for the format of the "users" file. (2) You use "==" as the operator, not ":=". See "man users" for the format of the "users" file. Again, this is documented in the comments in the "ippool" module, and in the "man" page for the "users" file. Alan DeKok.