Sun Identity Manager 8.1 Resources Reference

ProcedureFinding the Correct String to Pass Down

  1. Add the attribute to your schema, and then add the following field to your user form, as follows:


    <Field name=’accounts[AD].nTSecurityDescriptor’>
      <Display class=’TextArea’>
        <Property name=’title’ value=’NT User Security Descriptor’/>
        <Property name=’rows’ value=’20’/>
        <Property name=’columns’ value=’100’/>
      </Display>
    </Field>

    or


    <Field name=’accounts[AD].msExchMailboxSecurityDescriptor’>
      <Display class=’TextArea’>
        <Property name=’title’ value=’Mailbox Security Descriptor’/>
        <Property name=’rows’ value=’20’/>
        <Property name=’columns’ value=’100’/>
      </Display>
    </Field>
  2. Edit a user’s object in Active Directory and set the corresponding ACL lists for all users to establish a baseline.

  3. Edit the user in Identity Manager on the Edit User form.

    You should see a text area with the corresponding values, which have been pulled from the user object in Active Directory.

    Using the preceding method will help you determine which values you must add to the form, for the settings you want.