Character Lengths of Target System Fields and Process Form Fields

This appendix provides information about the list of fields with different lengths on the target system and process form. In addition, it describes the procedure to change the process form field length.

This appendix includes the following topics:

Fields with Different Lengths on the Target System and Process Form

These are the fields whose lengths are different on the target system and on the process form.

Table A-1 Fields with Different Lengths on the Target System and the Process Form

Process Form Field and Field Length Microsoft Active Directory Field and Field Length Microsoft ADAM Field and Field Length

Department, 40

department, 64

department, 64

Fax, 40

facsimileTelephoneNumber, 64

facsimileTelephoneNumber, 64

Home Phone, 40

homePhone, 64

homePhone, 64

IP Phone, 40

ipPhone, 64

ipPhone, 64

Manager Name, 255

manager, Not Specified

manager, Not Specified

Mobile, 50

mobile, 64

mobile, 64

Office, 80

physicalDeliveryOfficeName, 128

physicalDeliveryOfficeName, 128

Organization Name, 400

Distinguished name of the organization, Not Specified

Distinguished name of the organization, Not Specified

Pager, 40

pager, 64

pager, 64

Street, 200

StreetAddress, 1024

StreetAddress, 1024

Terminal Home Directory, 60

Part of the data stored in the userParameters field, 100

NA

Terminal Profile Path, 60

Part of the data stored in the userParameters field, 100

NA

Changing Process Form Field Lengths

You can change the length of a process form field by manually editing the ad-target-template.xml file.

  1. In a text editor, open the ad-target-template.xml file located in the xml directory of the connector installation package.
  2. Search for the <schemaAttributes> element and look for an entry corresponding to the process form field you want to change, and then update the value of its length attribute. The following is a code snippet for an entry corresponding to the First Name process form field:
    <schemaAttributes>
                    <schemaAttributes name="givenName" dataType="String" displayName="First Name" length="64" fieldType="TextField" reconcileable="true" provisionable="true" />
  3. Save and close the file.
  4. Ensure that the connector bundle contains the updated ad-target-template.xml file
  5. Log in to Identity Self Service and create the application for your target system.

    Note:

    Each time you manually edit the ad-target-template.xml file, you need to re-create the application for your target system for the changes to reflect.