Display parameters

User panel

_images/ltb_sd_user_panel.png

Configure which items are displayed:

$display_items = array('identifier', 'firstname', 'lastname', 'title', 'businesscategory', 'employeenumber', 'employeetype', 'mail', 'phone', 'mobile', 'fax', 'postaladdress', 'street', 'postalcode', 'l', 'state', 'organizationalunit', 'organization');

Set which item is use as title:

$display_title = "fullname";

Choose to show undefined values:

$display_show_undefined = false;

Account information panel

_images/ltb_sd_account_information.png

Configure which items are displayed:

$display_password_items = array('pwdchangedtime', 'pwdreset', 'pwdaccountlockedtime', 'pwdfailuretime','pwdpolicysubentry', 'authtimestamp', 'created', 'modified');

You can also display the password expiration date in this panel by enabling this option:

$display_password_expiration_date = true;

Lock status

_images/ltb_sd_lock_status.png

You can disable the lock status panel:

$show_lockstatus = false;

Enable status

_images/ltb_sd_enable_status.png

You can disable the enable status panel:

$show_enablestatus = false;

Expire status

You can disable the expire status panel:

$show_expirestatus = false;

Validity status

_images/ltb_sd_validity_status.png

You can disable the validity status panel:

$show_validitytatus = false;