README.md in devise-radius-authenticatable-0.0.1 vs README.md in devise-radius-authenticatable-0.0.2
- old
+ new
@@ -34,18 +34,19 @@
This will update the devise.rb initializer. The IP and SECRET parameters specify the IP address and shared secret for the radius server. There are also some options you can pass to the generator to customize some default settings:
Options:
- [--uid-field=UID_FIELD] # What database column to use for the UID
- # Default: uid
- [--port=PORT] # The port to connect to the radius server on
- # Default: 1812
- [--timeout=TIMEOUT] # How long to wait for a response from the radius server
- # Default: 60
- [--retries=RETRIES] # How many times to retry a radius request
- # Default: 0
+ [--uid-field=UID_FIELD] # What database column to use for the UID
+ # Default: uid
+ [--port=PORT] # The port to connect to the radius server on
+ # Default: 1812
+ [--timeout=TIMEOUT] # How long to wait for a response from the radius server
+ # Default: 60
+ [--retries=RETRIES] # How many times to retry a radius request
+ # Default: 0
+ [--dictionary-path=DICTIONARY_PATH] # The path to load radius dictionary files from
Documentation
-------------
The rdocs for the gem are available here: http://rubydoc.info/github/cbascom/devise-radius-authenticatable/master/frames
@@ -76,8 +77,6 @@
* [FreeRadius](http://www.freeradius.org/)
* [Devise](http://github.com/plataformatec/devise)
* [Warden](http://github.com/hassox/warden)
-Released under the MIT license
-
-Copyright (c) 2012 Calvin Bascom
+Copyright (c) 2012 Calvin Bascom Released under the MIT license