[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring SQL Authentication

You must configure both Steel-Belted Radius Carrier and the SQL database to support SQL authentication. The configuration procedure must be tailored to the database that you use. However, all procedures must give the following results:

Files

The files in Table 38 establish settings for configuring SQL authentication in Steel-Belted Radius Carrier. For more information about these files, refer to the Steel-Belted Radius Carrier 7.2 Reference Guide.

Table 38: SQL Authentication Files
File Name
Function

radsql.aut

Configures settings for SQL authentication.

radsqljdbc.aut

Configures settings for SQL authentication using JDBC.


Using the SQL Authentication Configuration File

To configure SQL authentication, you must edit the authentication configuration files, radsql.aut (Solaris with Oracle) or radsqljdbc.aut (Solaris with JDBC), which are located in the same directory that contains the Steel-Belted Radius Carrier daemon. Most of these options may be left at their original settings; however, you must modify certain options to accommodate your own database.

After you complete your changes to the authentication configuration files and restart Steel-Belted Radius Carrier, the InitializationString value that you entered in the [Bootstrap] section of the configuration file appears in the Order of Methods dialog in the Authentication Policies panel. You can then enable, disable, or prioritize your SQL database like any other authentication method in the list.

Using Multiple SQL Authentication Methods

You can configure Steel-Belted Radius Carrier to authenticate users against more than one SQL database. Each database that you set up in this way becomes a separate selection in the Order of Methods dialog in the Authentication Policies panel.

To add an additional database, create a new configuration file with extension .aut in the same directory as radsql.aut (Solaris with Oracle) or radsqljdbc.aut (Solaris with JDBC). You can give this file any name you like, provided its extension is .aut. At startup, Steel-Belted Radius Carrier enumerates all .aut files to create its list of authentication methods.

When creating the new file, start by copying the original .aut file. Be sure to change its InitializationString entry to a unique authentication method name; otherwise, Steel-Belted Radius Carrier has no way of distinguishing between the different methods in the authentication methods list.


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]