Sun Directory Server Enterprise Edition 7.0 Administration Guide

ProcedureTo Configure Attribute Renaming

You can use DSCC to perform this task. For information, see Directory Service Control Center Interface and the DSCC online help.

  1. Set one or more attr-name-mappings properties on the data view for which you want to configure attribute mapping.


    $ dpconf set-ldap-data-view-prop -h host -p port view-name \
      attr-name-mappings:client-side-attribute-name#server-side-attribute-name[#qualifier]\
      [attr-name-mappings:client-side-attribute-name#server-side-attribute-name#qualifier...]

    For example, rename surname on the client side to sn on the server side.


    $ dpconf set-ldap-data-view-prop -h host1 -p 1389 myDataView \
     attr-name-mappings:surname#sn

    To add an attribute mapping to an existing list of mappings, use this command:


    $ dpconf set-ldap-data-view-prop -h host -p port view-name \
     attr-name-mappings+:client-side-attribute-name#server-side-attribute-name[#qualifier]
    

    To remove an attribute mapping from an existing list of mappings, use this command:


    $ dpconf set-ldap-data-view-prop -h host -p port view-name \
     attr-name-mappings-:client-side-attribute-name#server-side-attribute-name[#qualifier]