Enable AREA authentication
Implementing AREA authentication
- Create a library (.dll or .so) to handle AREA API calls. See the following sections:
- Link to the AREA library.
- Install the AREA library on the computers that contain the AR System server.
- Configure the AR System server to use external authentication. For more information, see Configuring authentication processing.
Set up the AREA hub
The AR Systemplug-in server supports only one AREA plug-in directly. You can, however, add a single AREA hub plug-in to the plug-in server and then add multiple AREA plug-ins to the AREA hub plug-in. The AREA hub propagates the calls it receives from the hub-plug-ins to the plug-in server. The AREA hub loads the hub-plug-ins in the order in which they appear in the ar.cfg or ar.conf file. That is, the first entry that the AREA hub finds in the ar.cfg file is the first plug-in loaded, the second entry is the second plug-in loaded, and so on.
You do not need to configure the AREA hub manually to use multiple AREA LDAP plug-ins. For more information, see Configuring the AREA LDAP plug-in.
Setting up AREA hub plug-in
Create the following entry for the AREA hub in the ar.cfg file:
Plugin: areahub.dllMake sure this is the only entry for an AREA plug-in in your ar.cfg file.
Create an entry for the first AREA plug-in as follows:
AREA-Hub-Plugin: my_area_plug-in.dllIf necessary, create entries for subsequent AREA plug-ins as follows:
AREA-Hub-Plugin: my_area_plug-in_1.dll
AREA-Hub-Plugin: my_area_plug-in_2.dll
AREA-Hub-Plugin: my_area_plug-in_3.dll- Restart the AR System plug-in server.
For more information, see Restarting-the-plug-in-server.
Install the sample AREA LDAP plug-in
AR System includes a sample AREA LDAP plug-in, which is installed during installation if you select the AR System server option. To configure the plug-in, see Configuring the AREA LDAP plug-in.