update otp_hotp() to support 6,7,8,9 digit otp's
[freeradius.git] / src / modules / rlm_copy_packet / README
1   This module initializes the Access-Accept packet by copying all of
2 the attributes from the Access-Request to the Access-Accept.
3
4   It should be listed in the "authorize" section of "radiusd.conf",
5 probably after "preprocess", but before any other module.
6
7
8         authorize {
9                 ...
10
11                 copy_packet
12
13                 ...
14         }
15
16   It currently takes no configuration, so the sub-section of the
17 "modules" section should look like:
18
19         modules {
20                 ...
21
22                 copy_packet {
23                 }
24
25                 ...
26         }