Description

This setting is used to specify the sorting rule, i.e.  a list of sort keys in order of highest to lowest precedence,  which is applied on LDAP client-side sorting or LDAP server-side sorting based on the setting ldap_sort_mode.


Web User Interface

Advanced → Network(Tab) → LDAP(Section) → LDAP Sort Parameters 


Phone User Interface

N/A


Auto-provisioning

ParameterValid value
<ldap_sort_parameters perm="PERMISSIONFLAG">VALIDVALUE</ldap_sort_parameters>

"[-]<attribute type> [-]<attribute type>,...."  –> List of space separated sort keys. The sort key list is in order of highest to lowest sort key precedence . 

Sort Key Syntax:

  • - : is optional and represents the reverse order sorting.
  • attribute type : Each attribute type should only occur in the sort key list once.

Examples: 

  • ""                                      -> No LDAP sorting is applied.
  • "telephoneNumber"        -> The normal order sorting on telephoneNumber attribute.
  • "-telephoneNumber"       -> The reverse order sorting on telephoneNumber attribute.
  • "telephoneNumber -sn"  -> The normal order sorting on telephoneNumber attribute and then the reverse order sorting on Last Name attribute.