This manual page is for Mac OS X Server version 10.6.3

If you are running Mac OS X (client), this command is not available.

If you are running a different version of Mac OS X Server, view the documentation locally:

  • In Xcode

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



clients.conf(5)                        FreeRADIUS client configuration                       clients.conf(5)



NAME
       clients.conf - FreeRADIUS client configuration

DESCRIPTION
       The clients.conf file contains definitions of RADIUS clients.

       The  information  in  this  file  overrides any information provided in the deprecated clients(5) and
       naslist(5) files.

       The file format is the same as that used for radiusd.conf.  See radiusd.conf(5) for more details.

       Each RADIUS client entry has the following basic form:

              client <short-name> {
                     <attribute> = <value>
               }

ATTRIBUTES
       The attributes that can appear in a client section are listed below. Required attributes are labelled
       as such. All other attributes are optional.

       ipaddr [Required]
            The IP address of the client.  For IPv6, use "ipv6addr"

       secret [Required]
            The RADIUS shared secret used for communication between the client/NAS and the RADIUS server.

       shortname [optional]
            A  short  alias that can be used in place of the IP address or fully qualified hostname provided
            in the first line of the section.

       nastype
            The nastype attribute is used to tell the checkrad.pl script which NAS-specific method it should
            use when checking simultaneous use.

            The following values are currently recognized:
            cisco
            computone
            livingston
            max40xx
            multitech
            netserver
            pathras
            patton
            portslave
            tc
            usrhiper
            other

       login
            Reserved for future use.

       password
            Reserved for future use.

EXAMPLES
              client localhost {
                      ipaddr          = 127.0.0.1
                      secret          = testing123
                      shortname       = localhost
                      nastype         = other
              }

       This  adds a client for the loopback address. This is useful in testing the server locally, for exam-ple example
       ple with radclient(1).

              client private-network-1 {
                      ipaddr          = 192.168.0.0
                      netmask         = 24
                      secret          = testing123-1
                      shortname       = private-network-1
              }

       This entry represents any client from the 192.168.0.0/24 network.

       The old-style format from 1.x is still accepted by the server, but that form is deprecated.

FILES
       /etc/raddb/clients.conf

       /etc/raddb/radiusd.conf

SEE ALSO
       radiusd(8), radiusd.conf(5), clients(5), naslist(5)


AUTHOR
       FreeRADIUS is authored by the FreeRADIUS team.  http://freeradius.org/



                                                13 June 2005                                 clients.conf(5)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...