Skip to content

Commit 840900d

Browse files
committed
Add profile sort_by to sample LDAP module config
1 parent e173c87 commit 840900d

File tree

1 file changed

+16
-1
lines changed
  • raddb/mods-available

1 file changed

+16
-1
lines changed

raddb/mods-available/ldap

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff 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
#

0 commit comments

Comments
 (0)