From: Arran Cudbard-Bell Date: Sun, 29 Nov 2020 01:39:12 +0000 (-0700) Subject: Fixup object references X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40d17262253d82f736c98ae0d1d3ccd05eec89d2;p=thirdparty%2Ffreeradius-server.git Fixup object references --- diff --git a/doc/schemas/ldap/openldap/freeradius-dhcpv6.ldif b/doc/schemas/ldap/openldap/freeradius-dhcpv6.ldif index 28d9647f65e..1716bf6670a 100644 --- a/doc/schemas/ldap/openldap/freeradius-dhcpv6.ldif +++ b/doc/schemas/ldap/openldap/freeradius-dhcpv6.ldif @@ -7,5 +7,5 @@ olcAttributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.1.3 NAME 'freeradiusDhcpv6NAPoolNam olcAttributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.1.4 NAME 'freeradiusDhcpv6PDPoolName' DESC 'DHCP IP PD pool name' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) olcAttributeTypes: ( 1.3.6.1.4.1.11344.4.3.1.1.5 NAME 'freeradiusDhcpv6TAPoolName' DESC 'DHCP IP TA pool name' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) olcAttributeTypes: ( 1.3.6.1.4.1.11344.4.3.2.1.6 NAME 'freeradiusDhcpv6Attribute' DESC 'DHCP attribute in format [:] ' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) -olcObjectClasses: ( 1.3.6.1.4.1.11344.4.3.1.2.1 NAME 'freeradiusDhcpv6Gateway' DESC 'A DHCP gateway, and attributes specific to it' SUP top AUXILIARY MAY ( freeradiusDhcpv6GatewayIdentifier $ freeradiusDhcpv6GatewayAddr $ freeradiusDhcpv6PoolName ) ) +olcObjectClasses: ( 1.3.6.1.4.1.11344.4.3.1.2.1 NAME 'freeradiusDhcpv6Gateway' DESC 'A DHCP gateway, and attributes specific to it' SUP top AUXILIARY MAY ( freeradiusDhcpv6GatewayIdentifier $ freeradiusDhcpv6GatewayAddr $ freeradiusDhcpv6NAPoolName $ freeradiusDhcpv6PDPoolName $ freeradiusDhcpv6TAPoolName )) olcObjectClasses: ( 1.3.6.1.4.1.11344.4.3.2.2.2 NAME 'freeradiusDhcpv6Profile' SUP top AUXILIARY MAY ( freeradiusDhcpv6Attribute ) )