553 lines
23 KiB
Plaintext
553 lines
23 KiB
Plaintext
# Copyright 2004-2017 Univention GmbH
|
|
#
|
|
# http://www.univention.de/
|
|
#
|
|
# All rights reserved.
|
|
#
|
|
# The source code of this program is made available
|
|
# under the terms of the GNU Affero General Public License version 3
|
|
# (GNU AGPL V3) as published by the Free Software Foundation.
|
|
#
|
|
# Binary versions of this program provided by Univention to you as
|
|
# well as other copyrighted, protected or trademarked materials like
|
|
# Logos, graphics, fonts, specific documentations and configurations,
|
|
# cryptographic keys etc. are subject to a license agreement between
|
|
# you and Univention and not subject to the GNU AGPL V3.
|
|
#
|
|
# In the case you use this program under the terms of the GNU AGPL V3,
|
|
# the program is provided in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU Affero General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU Affero General Public
|
|
# License with the Debian GNU/Linux or Univention distribution in file
|
|
# /usr/share/common-licenses/AGPL-3; if not, see
|
|
# <http://www.gnu.org/licenses/>.
|
|
|
|
#using namespace 1.3.6.1.4.1.10176.200.*
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1 NAME 'univentionAdminPropertyModule'
|
|
DESC ' determines which ldap module(s) is(are) related to this custom attribute '
|
|
EQUALITY caseExactMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.2 NAME 'univentionAdminPropertyShortDescription'
|
|
DESC ' short description for the attribute'
|
|
EQUALITY caseIgnoreMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.3 NAME 'univentionAdminPropertyLongDescription'
|
|
DESC ' some text describing the attribute eg.: "this is the numerical id of the user"'
|
|
EQUALITY caseIgnoreMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.4 NAME 'univentionAdminPropertySyntax'
|
|
DESC ' datatype of the attribute eg.: string'
|
|
EQUALITY caseExactMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.5 NAME 'univentionAdminPropertyMultivalue'
|
|
DESC ' is this attribute a multivalue'
|
|
EQUALITY caseIgnoreIA5Match
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.6 NAME 'univentionAdminPropertyDefault'
|
|
DESC ' the default value for this attribute'
|
|
EQUALITY caseIgnoreIA5Match
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.7 NAME 'univentionAdminPropertyLdapMapping'
|
|
DESC ' determines which ldap attribute(s) is(are) related to this custom attribute '
|
|
EQUALITY caseExactMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.8 NAME 'univentionAdminPropertyObjectClass'
|
|
DESC ' objectClass an Object must have '
|
|
EQUALITY caseExactMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.9 NAME 'univentionAdminPropertyDeleteValues'
|
|
DESC ' delete these attributes when object deleted'
|
|
EQUALITY caseIgnoreIA5Match
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.10 NAME 'univentionAdminPropertyDeleteObjectClass'
|
|
DESC ' delete the objectclass'
|
|
EQUALITY caseIgnoreIA5Match
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.11 NAME 'univentionAdminPropertyLayoutTabName'
|
|
DESC ' name of the tab this attribute is placed on'
|
|
EQUALITY caseIgnoreIA5Match
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.12 NAME 'univentionAdminPropertyLayoutPosition'
|
|
DESC ' position on the tab this attribute is placed on'
|
|
EQUALITY caseIgnoreIA5Match
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
|
|
|
|
objectClass ( 1.3.6.1.4.1.10176.200.20 NAME 'univentionAdminProperty'
|
|
DESC ' defines a custom attribute for use in univention_ admin '
|
|
MUST ( cn $ univentionAdminPropertyModule $ univentionAdminPropertyShortDescription $ univentionAdminPropertyLdapMapping )
|
|
MAY ( univentionAdminPropertyLongDescription $ univentionAdminPropertySyntax $ univentionAdminPropertyMultivalue $ univentionAdminPropertyDefault $ univentionAdminPropertyObjectClass $ univentionAdminPropertyDeleteValues $ univentionAdminPropertyDeleteObjectClass $ univentionAdminPropertyLayoutTabName $ univentionAdminPropertyLayoutPosition ))
|
|
|
|
|
|
|
|
# #################################################################
|
|
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.100 NAME 'univentionUDMPropertyVersion'
|
|
DESC ' determines which object format is used for this custom attribute '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
|
SINGLE-VALUE )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.101 NAME 'univentionUDMPropertyModule'
|
|
DESC ' determines which ldap module(s) is(are) related to this custom attribute '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.102 NAME 'univentionUDMPropertyShortDescription'
|
|
DESC ' short description for the attribute'
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.103 NAME 'univentionUDMPropertyLongDescription'
|
|
DESC ' some text describing the attribute eg.: "this is the numerical id of the user"'
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.104 NAME 'univentionUDMPropertySyntax'
|
|
DESC ' datatype of the attribute eg.: string'
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.105 NAME 'univentionUDMPropertyMultivalue'
|
|
DESC ' is this attribute a multivalue'
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.106 NAME 'univentionUDMPropertyDefault'
|
|
DESC ' the default value for this attribute'
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.107 NAME 'univentionUDMPropertyLdapMapping'
|
|
DESC ' determines which ldap attribute(s) is(are) related to this custom attribute '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.108 NAME 'univentionUDMPropertyObjectClass'
|
|
DESC ' objectClass an Object must have '
|
|
EQUALITY caseExactMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.109 NAME 'univentionUDMPropertyDeleteObjectClass'
|
|
DESC ' delete the objectclass'
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.110 NAME 'univentionUDMPropertyValueMayChange'
|
|
DESC ' defines if value is readonly or writable '
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.111 NAME 'univentionUDMPropertyLayoutTabName'
|
|
DESC ' name of tab the custom attribute shall be displayed on '
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.112 NAME 'univentionUDMPropertyLayoutOverwriteTab'
|
|
DESC ' existing tab will be overwritten '
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.113 NAME 'univentionUDMPropertyLayoutOverwritePosition'
|
|
DESC ' existing widget at given position will be overwritten '
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.114 NAME 'univentionUDMPropertyLayoutPosition'
|
|
DESC ' position of custom attribute on given tab '
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.115 NAME 'univentionUDMPropertyCLIName'
|
|
DESC ' short description for the attribute'
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.116 NAME 'univentionUDMPropertyTranslationShortDescription'
|
|
DESC ' some translated text describing the attribute eg.: "this is the numerical id of the user"'
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.117 NAME 'univentionUDMPropertyTranslationLongDescription'
|
|
DESC ' some translated text describing the attribute eg.: "this is the numerical id of the user"'
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.118 NAME 'univentionUDMPropertyTranslationTabName'
|
|
DESC ' some translated text describing the tab name eg.: "general"'
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.119 NAME 'univentionUDMPropertyOptions'
|
|
DESC ' list of options '
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.120 NAME 'univentionUDMPropertyLayoutTabAdvanced'
|
|
DESC ' list of options '
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.121 NAME 'univentionUDMPropertyValueRequired'
|
|
DESC ' list of options '
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.122 NAME 'univentionUDMPropertyHook'
|
|
DESC ' list of options '
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.123 NAME 'univentionUDMPropertyDoNotSearch'
|
|
DESC ' list of options '
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.124 NAME 'univentionUDMPropertyAddEmptyValue'
|
|
DESC ' add empty value to choicelist '
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.125 NAME 'univentionUDMPropertyLayoutFullWidth'
|
|
DESC ' widget will be full width '
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.126 NAME 'univentionUDMPropertyValueNotEditable'
|
|
DESC ' defines if the user can directly modify the value '
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
# new with UCS 3.0
|
|
attributetype ( 1.3.6.1.4.1.10176.200.127 NAME 'univentionUDMPropertyLayoutGroupName'
|
|
DESC ' name of group the extended attribute shall be displayed in'
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.128 NAME 'univentionUDMPropertyTranslationGroupName'
|
|
DESC ' some translated text describing the tab name eg.: "general"'
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.129 NAME 'univentionUDMPropertyLayoutGroupPosition'
|
|
DESC ' position of group on given tab '
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.130 NAME 'univentionUDMPropertyLayoutDisable'
|
|
DESC ' defines if this attribute will be shown in UDM/UMC'
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.131 NAME 'univentionUDMPropertyCopyable'
|
|
DESC 'defines if this attribute is copyable in UMC'
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE)
|
|
|
|
|
|
objectclass ( 1.3.6.1.4.1.10176.200.199
|
|
NAME 'univentionUDMProperty'
|
|
DESC ' defines a custom attribute for use in univention directory manager '
|
|
MUST ( cn $
|
|
univentionUDMPropertyVersion $
|
|
univentionUDMPropertyModule $
|
|
univentionUDMPropertyShortDescription $
|
|
univentionUDMPropertyLdapMapping $
|
|
univentionUDMPropertyCLIName )
|
|
MAY ( univentionUDMPropertyLongDescription $
|
|
univentionUDMPropertyTranslationShortDescription $
|
|
univentionUDMPropertyTranslationLongDescription $
|
|
univentionUDMPropertyTranslationTabName $
|
|
univentionUDMPropertySyntax $
|
|
univentionUDMPropertyMultivalue $
|
|
univentionUDMPropertyDefault $
|
|
univentionUDMPropertyObjectClass $
|
|
univentionUDMPropertyDeleteObjectClass $
|
|
univentionUDMPropertyValueMayChange $
|
|
univentionUDMPropertyValueRequired $
|
|
univentionUDMPropertyValueNotEditable $
|
|
univentionUDMPropertyLayoutTabName $
|
|
univentionUDMPropertyLayoutOverwriteTab $
|
|
univentionUDMPropertyLayoutOverwritePosition $
|
|
univentionUDMPropertyLayoutFullWidth $
|
|
univentionUDMPropertyLayoutPosition $
|
|
univentionUDMPropertyOptions $
|
|
univentionUDMPropertyLayoutTabAdvanced $
|
|
univentionUDMPropertyHook $
|
|
univentionUDMPropertyDoNotSearch $
|
|
univentionUDMPropertyAddEmptyValue $
|
|
univentionUDMPropertyLayoutGroupName $
|
|
univentionUDMPropertyTranslationGroupName $
|
|
univentionUDMPropertyLayoutGroupPosition $
|
|
univentionUDMPropertyLayoutDisable $
|
|
univentionUDMPropertyCopyable
|
|
)
|
|
)
|
|
|
|
|
|
# #################################################################
|
|
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.200 NAME 'univentionUDMOptionShortDescription'
|
|
DESC ' short description for the option eg.: "Inventory"'
|
|
EQUALITY caseIgnoreMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
|
SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.201 NAME 'univentionUDMOptionLongDescription'
|
|
DESC ' some text describing the option eg.: "Options for inventorysation"'
|
|
EQUALITY caseIgnoreMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
|
SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.202 NAME 'univentionUDMOptionTranslationShortDescription'
|
|
DESC ' some translated text describing the option eg.: "Inventarisierung"'
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.203 NAME 'univentionUDMOptionTranslationLongDescription'
|
|
DESC ' some translated text describing the option eg.: "Optionen für Inventarisierung"'
|
|
EQUALITY caseIgnoreMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.204 NAME 'univentionUDMOptionDefault'
|
|
DESC 'is this option enabled by default'
|
|
EQUALITY caseIgnoreIA5Match
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.205 NAME 'univentionUDMOptionEditable'
|
|
DESC 'is this option changeable'
|
|
EQUALITY caseIgnoreIA5Match
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.206 NAME 'univentionUDMOptionModule'
|
|
DESC 'determines which ldap module(s) is(are) related to this extended option'
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.207 NAME 'univentionUDMOptionObjectClass'
|
|
DESC 'objectClass an Object must have'
|
|
EQUALITY caseExactMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
#attributetype ( 1.3.6.1.4.1.10176.200.208 NAME 'univentionUDMOptionDisabled'
|
|
# DESC 'this option is disabled by the license'
|
|
# EQUALITY caseIgnoreIA5Match
|
|
# SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
|
|
|
|
objectclass ( 1.3.6.1.4.1.10176.200.299
|
|
NAME 'univentionUDMOption'
|
|
DESC 'defines an option for use in univention directory manager'
|
|
MUST ( cn $
|
|
univentionUDMOptionShortDescription $
|
|
univentionUDMOptionModule )
|
|
MAY ( univentionUDMPropertyOptions $
|
|
univentionUDMOptionLongDescription $
|
|
univentionUDMOptionTranslationShortDescription $
|
|
univentionUDMOptionTranslationLongDescription $
|
|
univentionUDMOptionDefault $
|
|
univentionUDMOptionEditable $
|
|
univentionUDMOptionObjectClass )
|
|
)
|
|
|
|
|
|
# ####################
|
|
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1001 NAME 'univentionFreeAttribute1'
|
|
DESC ' unused custom attribute 1 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1002 NAME 'univentionFreeAttribute2'
|
|
DESC ' unused custom attribute 2 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1003 NAME 'univentionFreeAttribute3'
|
|
DESC ' unused custom attribute 3 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1004 NAME 'univentionFreeAttribute4'
|
|
DESC ' unused custom attribute 4 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1005 NAME 'univentionFreeAttribute5'
|
|
DESC ' unused custom attribute 5 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1006 NAME 'univentionFreeAttribute6'
|
|
DESC ' unused custom attribute 6 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1007 NAME 'univentionFreeAttribute7'
|
|
DESC ' unused custom attribute 7 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1008 NAME 'univentionFreeAttribute8'
|
|
DESC ' unused custom attribute 8 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1009 NAME 'univentionFreeAttribute9'
|
|
DESC ' unused custom attribute 9 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1010 NAME 'univentionFreeAttribute10'
|
|
DESC ' unused custom attribute 10 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1011 NAME 'univentionFreeAttribute11'
|
|
DESC ' unused custom attribute 11 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1012 NAME 'univentionFreeAttribute12'
|
|
DESC ' unused custom attribute 12 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1013 NAME 'univentionFreeAttribute13'
|
|
DESC ' unused custom attribute 13 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1014 NAME 'univentionFreeAttribute14'
|
|
DESC ' unused custom attribute 14 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1015 NAME 'univentionFreeAttribute15'
|
|
DESC ' unused custom attribute 15 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1016 NAME 'univentionFreeAttribute16'
|
|
DESC ' unused custom attribute 16 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1017 NAME 'univentionFreeAttribute17'
|
|
DESC ' unused custom attribute 17 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1018 NAME 'univentionFreeAttribute18'
|
|
DESC ' unused custom attribute 18 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1019 NAME 'univentionFreeAttribute19'
|
|
DESC ' unused custom attribute 19 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
attributetype ( 1.3.6.1.4.1.10176.200.1020 NAME 'univentionFreeAttribute20'
|
|
DESC ' unused custom attribute 20 '
|
|
EQUALITY caseExactMatch
|
|
SUBSTR caseIgnoreSubstringsMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
objectclass ( 1.3.6.1.4.1.10176.200.1000
|
|
NAME 'univentionFreeAttributes'
|
|
DESC ' defines a custom attribute for use in univention directory manager '
|
|
SUP top AUXILIARY
|
|
MAY ( univentionFreeAttribute1 $
|
|
univentionFreeAttribute2 $
|
|
univentionFreeAttribute3 $
|
|
univentionFreeAttribute4 $
|
|
univentionFreeAttribute5 $
|
|
univentionFreeAttribute6 $
|
|
univentionFreeAttribute7 $
|
|
univentionFreeAttribute8 $
|
|
univentionFreeAttribute9 $
|
|
univentionFreeAttribute10 $
|
|
univentionFreeAttribute11 $
|
|
univentionFreeAttribute12 $
|
|
univentionFreeAttribute13 $
|
|
univentionFreeAttribute14 $
|
|
univentionFreeAttribute15 $
|
|
univentionFreeAttribute16 $
|
|
univentionFreeAttribute17 $
|
|
univentionFreeAttribute18 $
|
|
univentionFreeAttribute19 $
|
|
univentionFreeAttribute20
|
|
)
|
|
)
|