All Nuxeo EP documentation versions

Nuxeo Platform 5.6
Nuxeo Platform 5.5
Nuxeo Enterprise Platform (EP) 5.4
Nuxeo Enterprise Platform (EP) 5.3

Nuxeo Enterprise Platform 5.4

This documentation relates to an old version of Nuxeo EP (5.4). You may want to check the latest version if you are using a more recent version.
Skip to end of metadata
Go to start of metadata

To add a custom LDAP fields to the User interface you have to:

  1. create a custom schema based on nuxeo's user.xsd schema with custom fields related to the fields in your LDAP system

    schemas/myuser.xsd:

  2. Add your schema via Nuxeo's extension system:

    OSGI-INF/schema-contrib.xml

  3. modify your LDAP configuration file in Nuxeo (default-ldap-users-directory-bundle.xml) to include
    1. your custom schema

      default-ldap-users-directory-bundle.xml:

    2. mapping between your schema and your LDAP fields

      default-ldap-users-directory-bundle.xml (continued):

  4. modify the UI
    1. add your custom widget to the layout

      default-ldap-users-directory-bundle.xml(continued):

    2. define a new widget for your custom field to be used in the layout above

      default-ldap-users-directory-bundle.xml(continued):

Labels
  • None