HEX
Server: Apache
System: Linux vpshost0650.publiccloud.com.br 4.4.79-grsec-1.lc.x86_64 #1 SMP Wed Aug 2 14:18:21 -03 2017 x86_64
User: bandeirantesbomb3 (10068)
PHP: 8.0.7
Disabled: apache_child_terminate,dl,escapeshellarg,escapeshellcmd,exec,link,mail,openlog,passthru,pcntl_alarm,pcntl_exec,pcntl_fork,pcntl_get_last_error,pcntl_getpriority,pcntl_setpriority,pcntl_signal,pcntl_signal_dispatch,pcntl_sigprocmask,pcntl_sigtimedwait,pcntl_sigwaitinfo,pcntl_strerror,pcntl_wait,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,php_check_syntax,php_strip_whitespace,popen,proc_close,proc_open,shell_exec,symlink,system
Upload Files
File: //proc/self/root/proc/thread-self/root/usr/share/doc/pam_radius-1.3.17/README
                pam_radius_auth.c
               ===================

  This is the PAM to RADIUS authentication module.  It allows any
Linux or Solaris machine to become a RADIUS client for authentication
and password change requests.  You will need to supply your own RADIUS
server to perform the actual authentication.

  The latest version has a simple merger of the original pam_radius
session accounting code which will work *only* on Linux.

  See INSTALL for instructions on building and installing this module.
I have successfully used it for RADIUS authentication on RedHat 4.2,
RedHat 5.x, RedHat 6.x, and Solaris 2.6.

  A number of options are supported by this module.  See USAGE for
more details.

  Care should be taken when configuring RADIUS authentication.  Your
RADIUS server should have a minimal set of machines in it's 'clients'
file.  The server should NOT be visible to the world at large, but
should be contained behind a firewall.  If your RADIUS server is
visible from the Internet, a number of attacks become possible.

  Any additional questions can be directed to:

  Alan DeKok (aland@freeradius.org)

  For the latest version and updates, see the main web or ftp site:

http://www.freeradius.org/
ftp://ftp.freeradius.org/pub/radius/


  The pam_radius_auth module based on an old version of Cristian
Gafton's pam_radius.c, and on an Apache module I wrote a while back.
(mod_auth_radius.c, also on ftp://ftp.freeradius.org/pub/radius/).

  The source contains a full suite of RADIUS functions, instead of
using libpwdb.  It makes sense, because we want it to compile
out of the box on Linux and Solaris 2.6.  I also wasn't able to find
much documentation for RADIUS authentication support in libpwdb, so I
rolled my own.

  There are minimal restrictions on using the code, as set out in the
disclaimer and copyright notice in pam_radius_auth.c.

  Building it is straightforward: use GNU make, and type 'make'.  If
you've got some other weird make, you'll have to edit the Makefile to
remove the GNU make directives  'ifeq', 'else', etc.

  Alan DeKok <aland@freeradius.org>