diff options
author | Dave Olson <olson@cumulusnetworks.com> | 2018-01-23 16:04:03 -0800 |
---|---|---|
committer | Dave Olson <olson@cumulusnetworks.com> | 2018-01-23 16:17:18 -0800 |
commit | a56320d97bcca3b6032b875008396c24f40eb5c4 (patch) | |
tree | 371321ba54fb0284f91339c12dcd17c521311159 /pam_radius_auth.5 | |
parent | 8131ff2e52c3e15552c9db8911fe30359dfabe21 (diff) | |
download | libpam-radius-auth-a56320d97bcca3b6032b875008396c24f40eb5c4.tar.gz libpam-radius-auth-a56320d97bcca3b6032b875008396c24f40eb5c4.zip |
Improved documentation in man pages.
Ticket: UD-1248
Reviewed By: nobody
Testing Done:
Tried to be clearer about default ports. Added a comment in the
plugin manpage that debug can be set in the config file as well.
There was a complaint that it wasn't clear on how to set the various
options for the pam plugin module, so I tried to make that cleaer
as well.
Also fixed some spelling errors in the man page, and remove the
non-debian config file default.
Diffstat (limited to 'pam_radius_auth.5')
-rw-r--r-- | pam_radius_auth.5 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/pam_radius_auth.5 b/pam_radius_auth.5 index fc28452..2d25ddf 100644 --- a/pam_radius_auth.5 +++ b/pam_radius_auth.5 @@ -3,7 +3,7 @@ .SH NAME pam_radius_auth.conf \- RADIUS client configuration file .SH SYNOPSIS -.B /etc/pam_radius_auth.conf +.B /etc/pam_radius_auth.conf is the RADIUS client configuration file for the PAM RADIUS client plugin. It contains the information on how to reach the RADIUS server(s), and because it contains the shared secret key, should be mode 600 and owned @@ -22,9 +22,15 @@ Not all keywords use all fields. Output PAM and RADIUS communication debugging information via syslog(3). .TP .I server[:port] secret [timeout] [src_ip] -the port name or number is optional. The default port name is -"radius", and is looked up from +the port name or number is optional. The default ports are not +part of the code base, and are retrieved from .IR /etc/services . +The ports used are +.BR " radius " +for authentication and +.BR " radacct " +for accounting. +.P The timeout field is optional. The default timeout is 3 seconds. .IP For IPv6 literal addresses, the address has to be surrounded by |