Skip to content

Commit

Permalink
Allow multivalued gatewayaddr and gatewayidentifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Sep 3, 2015
1 parent 97876a6 commit 6a72bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/schemas/ldap/openldap/freeradius-dhcp.ldif
@@ -1,8 +1,8 @@
dn: cn=freeradius-dhcp,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: freeradius-dhcp
olcAttributeTypes: ( 1.3.6.1.4.1.11344.1.101.1.1 NAME 'freeradiusDhcpGatewayIdentifier' DESC 'Usually Option 82 Remote ID' 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.1.101.1.2 NAME 'freeradiusDhcpGatewayAddr' DESC 'Gateway IP address, usually GIADDR' 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.1.101.1.1 NAME 'freeradiusDhcpGatewayIdentifier' DESC 'Usually Option 82 Remote ID' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
olcAttributeTypes: ( 1.3.6.1.4.1.11344.1.101.1.2 NAME 'freeradiusDhcpGatewayAddr' DESC 'Gateway IP address, usually GIADDR' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
olcAttributeTypes: ( 1.3.6.1.4.1.11344.1.101.1.3 NAME 'freeradiusDhcpPoolName' DESC 'DHCP IP pool name' 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.1.102.1.1 NAME 'freeradiusDhcpAttribute' DESC 'DHCP attribute in format [<list>:]<attr> <op> <value>' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
olcObjectClasses: ( 1.3.6.1.4.1.11344.1.101.2.1 NAME 'freeradiusDhcpGateway' DESC 'A DHCP gateway, and attributes specific to it' SUP top AUXILIARY MAY ( freeradiusDhcpGatewayIdentifier $ freeradiusDhcpGatewayAddr $ freeradiusDhcpPoolName ) )
Expand Down

0 comments on commit 6a72bfd

Please sign in to comment.