User guide

Repository Server Setup
2-23
<!ELEMENT ldapdelete (#PCDATA)>
<!ELEMENT ldapmodify (#PCDATA)>
]>
<!-- Cannot be modified -->
<Csv2Directory>
<Rule>
<name>sso rule</name>
<!-- Define baseDn (mandatory). -->
<baseDn>ou=User,ou=interstage,o=fujitsu,dc=com</baseDn>
<!-- Define attributes to be added before baseDn (arbitrary). -->
<!-- Not required for SSO
<midDn>ou=8,ou=9,ou=10</midDn>
-->
<!-- Define RDN (Mandatory: Multiple values allowed: Same value not
allowed). -->
<!-- Enter a unique number or attribute name. -->
<Rdn>cn</Rdn>
<!-- Specify whether the changed DN is assumed to be moved (arbitrary). -->
<!-- If assumed, specify 1. -->
<DnChange>1</DnChange>
<!-- Define objectClass. -->
<objectClass>top</objectClass>
<objectClass>person</objectClass>
<objectClass>organizationalPerson</objectClass>
<objectClass>inetOrgPerson</objectClass>
<objectClass>ssoUser</objectClass>
<!-- Delimiter when creating an attribute value from multiple CSV items
(arbitrary) -->
<!-- When specifying nothing, a null character is assumed. -->
<!-- A null character cannot be specified. -->
<attributeSeparator>-</attributeSeparator>
<!-- Specify the attribute that does not allow any same value under baseDn.
-->
<!-- Specify a unique number or attribute name. -->