]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add ORDERING to freeradiusClientIdentifier
authorNick Porter <nick@portercomputing.co.uk>
Tue, 11 Feb 2025 10:59:34 +0000 (10:59 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 11 Feb 2025 10:59:34 +0000 (10:59 +0000)
To allow for server side sorting

doc/schemas/ldap/openldap/freeradius-clients.ldif
doc/schemas/ldap/openldap/freeradius-clients.schema

index 3cf471a68faa4b74219950318efa39574f239a9d..166a2055f309ce6394f99e543407102d11278281 100644 (file)
@@ -1,7 +1,7 @@
 dn: cn=freeradius-clients,cn=schema,cn=config
 objectClass: olcSchemaConfig
 cn: freeradius-clients
-olcAttributeTypes: ( 1.3.6.1.4.1.11344.4.1.1.1.1 NAME 'freeradiusClientIdentifier' DESC 'Client Identifier' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
+olcAttributeTypes: ( 1.3.6.1.4.1.11344.4.1.1.1.1 NAME 'freeradiusClientIdentifier' DESC 'Client Identifier' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
 olcAttributeTypes: ( 1.3.6.1.4.1.11344.4.1.1.1.2 NAME 'freeradiusClientShortname' DESC 'Client Shortname' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
 olcAttributeTypes: ( 1.3.6.1.4.1.11344.4.1.1.1.3 NAME 'freeradiusClientType' DESC 'Client Type' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
 olcAttributeTypes: ( 1.3.6.1.4.1.11344.4.1.1.1.4 NAME 'freeradiusClientComment' DESC 'Client comment' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
index b7f13ff3ca3a4bd2730f74c9f7c5b4bfe64a013c..501115e6aa8f6404661173414684c18355dfcbd1 100644 (file)
@@ -16,6 +16,7 @@ attributetype ( 1.3.6.1.4.1.11344.4.1.1.1.1
        NAME 'freeradiusClientIdentifier'
        DESC 'Client Identifier'
        EQUALITY caseIgnoreMatch
+       ORDERING caseIgnoreOrderingMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
        SINGLE-VALUE