Skip to content
Snippets Groups Projects
Commit 1e263226 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Updated documentation for radius module.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3173 44740490-163a-0410-bde0-09ae8108e29a
parent 2f70fd71
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,9 @@ authentication source which uses the `radius:Radius` module to
/*
* The number of times we should retry connections to the RADIUS server.
* Please note that retries would be attempted with each server before
* trying with the next server in the queue, so if you want not to wait
* before trying the next server, retries should be set to 1.
* Optional, defaults to 3 attempts.
*/
'retries' => 3,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment