All Nuxeo Platform documentation versions

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

Nuxeo Platform Dev version (unreleased)

This documentation refers to the unreleased development version of the Nuxeo Platform. For the current production version, refer to the 5.6 documentation.
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