File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ ldap {
328328 # sorting order will be reversed for that attribute.
329329 #
330330 # * If `sort_by` is set, and the server does not support sorting
331- # the search will fail.
331+ # or the attributes do not have an ORDERING rule, the search will fail.
332332 #
333333 # * If a search returns multiple user objects and `sort_by` is not
334334 # set, the search will fail.
@@ -557,6 +557,21 @@ ldap {
557557 # is successful.
558558 #
559559# attribute_suspend = 'radiusProfileDn'
560+
561+ #
562+ # sort_by:: Server side result sorting.
563+ #
564+ # A list of space delimited attributes to order the result set by,
565+ # controlling the sequence that profiles are applied if the filter
566+ # returns more than one object.
567+ #
568+ # * If the attribute name is prefixed with a hyphen '-' the
569+ # sorting order will be reversed for that attribute.
570+ #
571+ # * If `sort_by` is set, and the server does not support sorting
572+ # or the attributes do not have an ORDERING rule, the search will fail.
573+ #
574+ # sort_by = 'radiusProfilePriority'
560575 }
561576
562577 #
You can’t perform that action at this time.
0 commit comments