Skip to content
Cédric Joron edited this page Aug 27, 2013 · 3 revisions

For creating or manage LBE Objects, you need to go to the Object menu and select what you want to do.

Create Object

In order to create object, you need to import a script file (Script menu-> Add) for this Object or use one already exists. (For Script file information, see the BASE.py file into custom directory)

Then, you must complete fields:

name: The Object name.

displayName: used to show the Object in LBE.

Instancenameattribute: This attribute field is used to set the RDN Attribute for the Target Server (LDAP).

InstanceDisplayNameAttribute: This attribute field is used to LBE for seeing Object Instances from the Backend.

Approval: 0 or 1 values, 1: the object needs approval action and 0 not.

Script: Your script file uploaded to LBE (https://github.com/OpenCSI/lbe/wiki/API) used for the Object.

Modify Object

The Object modification part is the same as the create part. But with some more features.

You can specify attributes instances for the Object such as if the attribute is multivalue, Mandatory, Unique, Reference and specify its field with arguments.

You can specify attributes view order using drag and drop attribute field from the 'Set Attribute Order' Button.

Clone this wiki locally