#####
##### This file is part of Mail-in-a-Box-LDAP which is released under the
##### terms of the GNU Affero General Public License as published by the
##### Free Software Foundation, either version 3 of the License, or (at
##### your option) any later version. See file LICENSE or go to
##### https://github.com/downtownallday/mailinabox-ldap for full license
##### details.
#####

#
# Auxiliary objectclass to add named properties to an entry
#

objectIdentifier MiabLDAPadmin MiabLDAProot:3
objectIdentifier MiabLDAPadminAttributeType MiabLDAPadmin:1
objectIdentifier MiabLDAPadminObjectClass MiabLDAPadmin:2

attributetype ( MiabLDAPadminAttributeType:1
	DESC 'Named property'
	NAME 'namedProperty'
	EQUALITY caseIgnoreMatch
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
	)

objectClass ( MiabLDAPadminObjectClass:1
	NAME 'namedProperties'
	DESC 'Entry contains named properties'
	SUP top
	AUXILIARY
	MAY ( namedProperty )
	)