LDAP namespace schema files

The LDAP schema files define object classes and RADIUS-specific attributes for the LDAP namespace.

The following LDAP schema files are located in the /etc/radius/ldap directory:

IBM.V3.radiusbase.schema.ldif

This file defines top level object class for the RADIUS server (cn=aixradius). The file also creates the following branches under the cn=aixradius object class:

ou=ibm-radiususer
ou=ibm-radiusactiveusers

You can add the required information by using the following command:

ldapadd -D ldap_admin_id -w password -i /etc/radius/ldap/IBM.V3.radiusbase.schema.ldif 

You can run this command on the LDAP server system, or you can run it remotely with the -h (host system name) option.

IBM.V3.radius.schema.ldif

This file defines the RADIUS-specific attributes and object classes.

You can add the new RADIUS attributes and object classes by typing the following command:

ldapmodify -D ldap_admin_id -w password -i /etc/radius/ldap/IBM.V3.radius.schema.ldif 

You must also specify LDAP as the database location through SMIT and enter the LDAP server name and administrator password. After you do this, you can add RADIUS LDAP users to the directory through SMIT.