Updating dictionary.erx based on Juniper documentation
[freeradius.git] / doc / README
index 824db86..4df784e 100644 (file)
@@ -3,7 +3,7 @@
   All code in this server was written for this project.
 
   The server is mostly compatible with livingston radiusd-2.01
-  (no menus or s/key support though) but with more feautures, such as:
+  (no menus or s/key support though) but with more features, such as:
 
     o Can limit the maximum number of simultaneous logins on a per-user basis!
     o Multiple DEFAULT entries, that can optionally fall-through.
   With the original RADIUS server, every user had to be defined in this
   file. There could be one default entry, where you could for example
   define that a user not in the radius file would be checked agains the
-  UNIX password file and on succesfull login would get a PPP connection.
+  UNIX password file and on successful login would get a PPP connection.
 
   In the new style file, you can define multiple DEFAULT entries. All
   entries are processed in the order as they appear in the users file.
 
   redhat/      Additional files for a RedHat Linux system.
 
-  scripts/     Sample scripts for startup and maintenance
+  scripts/     Sample scripts for startup and maintenance.
 
   src/         Source code
   src/main     source code for the daemon and associated utilities
   src/lib      source code for the RADIUS library
   src/include  header files
-  src/modules  dynamic plug-in modules  
+  src/modules  dynamic plug-in modules
 
   src/billing  Some scripts and configuration files to assist in billing,
                Currently mostly VoIP related.