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 thecn=aixradiusobject class:ou=ibm-radiususer ou=ibm-radiusactiveusersYou 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.ldifYou 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.ldifYou must also specify
LDAPas 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.