diff options
author | Alan T. DeKok <aland@freeradius.org> | 2014-08-29 13:04:36 -0400 |
---|---|---|
committer | Alan T. DeKok <aland@freeradius.org> | 2014-08-29 13:04:36 -0400 |
commit | 50146dc06372256cb899fbcf68bbc886d5641160 (patch) | |
tree | 491487b6dce86467247fdd8a24dadba9b68e29e0 /USAGE | |
parent | 52c36fc40738957d79eb78dff82f6e61fbbe4e4f (diff) | |
download | libpam-radius-auth-50146dc06372256cb899fbcf68bbc886d5641160.tar.gz libpam-radius-auth-50146dc06372256cb899fbcf68bbc886d5641160.zip |
Updated text on retry
Diffstat (limited to 'USAGE')
-rw-r--r-- | USAGE | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -62,8 +62,9 @@ client_id=bar - send a NAS-Identifier RADIUS attribute with string This feature may be disabled by using 'client_id='. i.e. A blank client ID. -retry = # - allow a number of retries before continuing to the next - authentication module +retry = # - How many times to re-send a packet if there is no + response. Once the retry count has been reached, + the module fails, and PAM continues to the next module. use_authtok - force the use of a previously entered password. This is needed for pluggable password strength checking |