Mapping file format for LDAP attributes
These map files are used by the /usr/lib/security/LDAP module and the secldapclntd daemon for translation between AIX attribute names to LDAP attribute names.
Each entry in a mapping file represents a translation
for an attribute. An entry has four space-separated fields:
AIX_Attribute_Name AIX_Attribute_Type LDAP_Attribute_Name LDAP_Value_Type
The descriptions for these fields follow:- AIX_Attribute_Name
- Specifies the AIX attribute name.
- AIX_Attribute_Type
- Specifies the AIX attribute type. Values are SEC_CHAR, SEC_INT, SEC_LIST, and SEC_BOOL.
- LDAP_Attribute_Name
- Specifies the LDAP attribute name.
- LDAP_Value_Type
- Specifies the LDAP value type. Values are s for single value and m for multi-value.