LDAP Interface

The LDAP interface type defines the communication details with LDAP service provider.

To create a new LDAP interface, do the following:

  1. Go to Project Tree > Shared Objects, right click Interfaces, select New Interface and then select LDAP from the Interface Type dropdown menu to open the New Interface window.

    image

  2. Populate the connection's settings and click Save.

  1. Go to Project Tree > Implementation > Shared Objects, right click Interfaces, select New Interface.

  2. From the window that appears, select LDAP. Alternatively, you can scroll down to find this interface type. You can reduce the number of interface types shown by clicking on a menu item from the Show All … Others list.

    image

  3. Enter a suitable name for your new LDAP Interface, then click Create:

    image

  4. Populate the connection's settings and click Save.

    image

Connection Settings

Parameter Description
Active Indication whether the connection is active. When set to False, the interface is ignored by the server side.
URL LDAP server URL.
User  Username.
Password Password.
Security Level Constant that holds the JNDI environment property for specifying the security level to use - java.naming.security.authentication. The following values are defined:
  • none - use no authentication (anonymous bind).
  • simple - use simple authentication (a cleartext password).
  • a provider-specific space-separated list of one or more SASL mechanism names.
  • If the value is not specified, the behaviour is determined by the service provider's default.

    Previous

    LDAP Interface

    The LDAP interface type defines the communication details with LDAP service provider.

    To create a new LDAP interface, do the following:

    1. Go to Project Tree > Shared Objects, right click Interfaces, select New Interface and then select LDAP from the Interface Type dropdown menu to open the New Interface window.

      image

    2. Populate the connection's settings and click Save.

    1. Go to Project Tree > Implementation > Shared Objects, right click Interfaces, select New Interface.

    2. From the window that appears, select LDAP. Alternatively, you can scroll down to find this interface type. You can reduce the number of interface types shown by clicking on a menu item from the Show All … Others list.

      image

    3. Enter a suitable name for your new LDAP Interface, then click Create:

      image

    4. Populate the connection's settings and click Save.

      image

    Connection Settings

    Parameter Description
    Active Indication whether the connection is active. When set to False, the interface is ignored by the server side.
    URL LDAP server URL.
    User  Username.
    Password Password.
    Security Level Constant that holds the JNDI environment property for specifying the security level to use - java.naming.security.authentication. The following values are defined:
  • none - use no authentication (anonymous bind).
  • simple - use simple authentication (a cleartext password).
  • a provider-specific space-separated list of one or more SASL mechanism names.
  • If the value is not specified, the behaviour is determined by the service provider's default.

    Previous