uCosminexus Application Server, Security Management Guide
When single sign-on is used, register the object class and user definition attributes that are specific to the single sign-on library to the LDAP directory server, in order to extend the object class and user attribute definitions.
The extended object class and user definition attributes are the schemas that are specific to single sign-on library and cannot be shared with other systems. If the LDAP directory server has already been used, check the schemas being used in the LDAP directory server to make sure that the schemas that are specific to single sign-on are not used.
The following table shows the object class that is specific to the single sign-on library.
Table 5-13 Object class that is specific to the single sign-on library
| Object class | OID | Required attribute | Optional attribute |
|---|---|---|---|
| CosminexusSSOEntry | 1.2.392.200010.7.6.21 | objectClass, CosminexusSSOEntryID, CosminexusSSOUID |
CosminexusSSOSecretdata, CosminexusSSOPublicdata, CosminexusSSOMapping |
The following table shows the attributes that are specific to the single sign-on library.
Table 5-14 Attributes that are specific to the single sign-on library
| Attribute | OID | Syntax | Multi-value/single value |
|---|---|---|---|
| CosminexusSSOEntryID | 1.2.392.200010.7.4.71 | cis | Single value |
| CosminexusSSOUID | 1.2.392.200010.7.4.72 | ces | Single value |
| CosminexusSSOSecretdata | 1.2.392.200010.7.4.73 | bin | Single value |
| CosminexusSSOPublicdata | 1.2.392.200010.7.4.74 | ces | Single value |
| CosminexusSSOMapping | 1.2.392.200010.7.4.75 | dn | Multi-value |
This section explains the procedures used to add the object class and user definition attributes to be extended with respect to the types of LDAP directory servers.
ldapmodify -h host name -p port number -D management bind DN -w password -c -f uaschema.slapd.ldif
ldapmodify -h host name -p port number -D bind DN -w password -c -f uaschema.ldif
ldifde -i -c "dc=domain" "ToDN" -f uaschema.ad.ldif
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd