openldap schemas.
This commit is contained in:
parent
394f25572a
commit
bb97b312f1
6 changed files with 1644 additions and 0 deletions
580
etc/openldap/schema/core-fd.schema
Normal file
580
etc/openldap/schema/core-fd.schema
Normal file
|
|
@ -0,0 +1,580 @@
|
|||
##
|
||||
## core-fd.schema - Needed by FusionDirectory for its basic functionalities
|
||||
##
|
||||
|
||||
# Last OID used for attributes : 1.3.6.1.4.1.38414.62.1.77 04/08/25 #
|
||||
# Last OID used for objectClass : 1.3.6.1.4.1.38414.62.2.11 29/01/24 #
|
||||
|
||||
##### Attributes from gosa ######
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.10098.1.1.12.30 NAME 'gosaGroupObjects'
|
||||
DESC 'GOsa - List of all object types that are in a gosaGroupOfNames'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreIA5SubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.10098.1.1.12.34 NAME 'gosaAclTemplate'
|
||||
DESC 'GOsa - ACL entries for ACL roles'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreIA5SubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.10098.1.1.12.35 NAME 'gosaAclEntry'
|
||||
DESC 'GOsa - ACL entries'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreIA5SubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.10098.1.1.12.37 NAME 'gosaSnapshotTimestamp'
|
||||
DESC 'GOsa - Unix timestamp of snapshot'
|
||||
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.10098.1.1.12.38 NAME 'gosaSnapshotDN'
|
||||
DESC 'GOsa - Original DN of saved object in snapshot'
|
||||
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.10098.1.1.12.39 NAME 'gosaSnapshotData'
|
||||
DESC 'GOsa - Original data of saved object in snapshot'
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 SINGLE-VALUE)
|
||||
|
||||
##### Attributes from FusionDirectory #####
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.1 NAME 'fdUserDn'
|
||||
DESC 'FusionDirectory - DN of a 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.38414.62.1.2 NAME 'fdObjectDn'
|
||||
DESC 'FusionDirectory - DN of an object'
|
||||
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.38414.62.1.3 NAME 'fdLockTimestamp'
|
||||
DESC 'FusionDirectory - Lock token timestamp'
|
||||
EQUALITY generalizedTimeMatch
|
||||
ORDERING generalizedTimeOrderingMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.4 NAME 'fdSnapshotObjectType'
|
||||
DESC 'FusionDirectory - object type of the snapshotted object'
|
||||
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.38414.62.1.51 NAME 'fdSnapshotDataSource'
|
||||
DESC 'FusionDirectory - snapshot data origin / source'
|
||||
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.38414.62.1.68 NAME 'fdSnapshotHash'
|
||||
DESC 'FusionDirectory - hash of the current snapShot allowing diff verification with MD5'
|
||||
EQUALITY caseIgnoreMatch
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
|
||||
|
||||
##### Subscriptions Attributes ######
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.11.1 NAME 'fdSubscriptionStartDate'
|
||||
DESC 'FusionDirectory - Subscription Starting Date'
|
||||
EQUALITY generalizedTimeMatch
|
||||
ORDERING generalizedTimeOrderingMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.11.2 NAME 'fdSubscriptionEndDate'
|
||||
DESC 'FusionDirectory - Subscription End Date'
|
||||
EQUALITY generalizedTimeMatch
|
||||
ORDERING generalizedTimeOrderingMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 SINGLE-VALUE )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.11.3 NAME 'fdSubscriptionType'
|
||||
DESC 'FusionDirectory - Subscription type'
|
||||
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.38414.62.11.4 NAME 'fdSubscriptionContractId'
|
||||
DESC 'FusionDirectory - Subscription contract ID'
|
||||
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.38414.62.11.5 NAME 'fdSubscriptionName'
|
||||
DESC 'FusionDirectory - Subscription client name'
|
||||
SUP name )
|
||||
|
||||
### Mail Template Attributes ###
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.5 NAME 'fdMailTemplateBody'
|
||||
DESC 'FusionDirectory - template mail field'
|
||||
EQUALITY octetStringMatch
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40)
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.6 NAME 'fdMailTemplateRDN'
|
||||
DESC 'FusionDirectory - template Mail RDN'
|
||||
EQUALITY caseExactIA5Match
|
||||
SUBSTR caseExactIA5SubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
|
||||
SINGLE-VALUE)
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.7 NAME 'fdMailTemplateSignature'
|
||||
DESC 'FusionDirectory - template mail field'
|
||||
EQUALITY octetStringMatch
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40)
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.8 NAME 'fdMailAttachmentsContent'
|
||||
DESC 'FusionDirectory - attachment data in bin format'
|
||||
EQUALITY octetStringMatch
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40)
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.9 NAME 'fdMailTemplateReadReceipt'
|
||||
DESC 'FusionDirectory - template mail field'
|
||||
EQUALITY octetStringMatch
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40)
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.10 NAME 'fdMailTemplateSubject'
|
||||
DESC 'FusionDirectory - template mail field'
|
||||
EQUALITY octetStringMatch
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40)
|
||||
|
||||
##### Tasks Attributes #####
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.11 NAME 'fdTasksMailObject'
|
||||
DESC 'Fusion Directory - Tasks for mail template objects'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
||||
SINGLE-VALUE )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.12 NAME 'fdTasksScheduleDate'
|
||||
DESC 'Scheduling of the Task - required processed date'
|
||||
EQUALITY caseExactIA5Match
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.13 NAME 'fdTasksMailUsers'
|
||||
DESC 'Fusion Directory - Tasks Mail Users Recipient'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.14 NAME 'fdTasksStatus'
|
||||
DESC 'Fusion Directory - Task Status'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.15 NAME 'fdTasksEndDate'
|
||||
DESC 'Fusion Directory - Task End Date'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.57 NAME 'fdTasksLastExec'
|
||||
DESC 'Fusion Directory - Time when tasks was last activated'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.77 NAME 'fdTasksNextExec'
|
||||
DESC 'Fusion Directory - Time when tasks will be executed next'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.58 NAME 'fdTasksLastActivation'
|
||||
DESC 'Fusion Directory - Time when tasks was last activated'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.16 NAME 'fdTasksCreationDate'
|
||||
DESC 'Fusion Directory - Task Start Date'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.17 NAME 'fdTasksEmailsFromDN'
|
||||
DESC 'Fusion Directory - Emails derived from DN'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.18 NAME 'fdTasksEmailSender'
|
||||
DESC 'Fusion Directory - Emails derived from DN'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.55 NAME 'fdTasksEmailBCC'
|
||||
DESC 'Fusion Directory - Emails derived from DN'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.19 NAME 'fdTasksMailType'
|
||||
DESC 'Fusion Directory - Type of Mail attribute required'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
||||
SINGLE-VALUE )
|
||||
|
||||
##### Tasks Granular #####
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.20 NAME 'fdTasksGranularStatus'
|
||||
DESC 'Fusion Directory - Task Status'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.21 NAME 'fdTasksGranularSchedule'
|
||||
DESC 'Scheduling of the Task - required processed date'
|
||||
EQUALITY caseExactIA5Match
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.22 NAME 'fdTasksGranularMaster'
|
||||
DESC 'Fusion Directory - Tasks Master objects'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
||||
SINGLE-VALUE )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.23 NAME 'fdTasksGranularType'
|
||||
DESC 'Fusion Directory - Tasks Type'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
|
||||
SINGLE-VALUE )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.24 NAME 'fdTasksGranularMail'
|
||||
DESC 'Fusion Directory - Emails recipients if object mail'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.25 NAME 'fdTasksGranularMailFrom'
|
||||
DESC 'Fusion Directory - Emails sender if object mail'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.56 NAME 'fdTasksGranularMailBCC'
|
||||
DESC 'Fusion Directory - Emails sender if object mail'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.26 NAME 'fdTasksGranularRef'
|
||||
DESC 'Fusion Directory - Reference towards a CN (E.g Mail Template)'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.69 NAME 'fdTasksGranularHelper'
|
||||
DESC 'Fusion Directory - Reference towards a potential helper value from main task (case of reminder)'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.74 NAME 'fdTasksGranularCreationDate'
|
||||
DESC 'Fusion Directory - Task Granular Creation Date'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.75 NAME 'fdTasksGranularLastExec'
|
||||
DESC 'Fusion Directory - Time when granular tasks was last executed'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.76 NAME 'fdTasksGranularNextExec'
|
||||
DESC 'Fusion Directory - Time when granular tasks will be executed next'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
## Any tasks requiring to store DN (Such as lifeCycle). ##
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.67 NAME 'fdTasksGranularDN'
|
||||
DESC 'Fusion Directory - DN of the targeted user'
|
||||
EQUALITY caseExactMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||
|
||||
##### Tasks Conf #####
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.27 NAME 'fdTasksRDN'
|
||||
DESC 'FusionDirectory - Tasks RDN'
|
||||
EQUALITY caseExactIA5Match
|
||||
SUBSTR caseExactIA5SubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
|
||||
SINGLE-VALUE)
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.28 NAME 'fdTasksConfLastExecTime'
|
||||
DESC 'Store time of last mail tasks success - secure spam interval'
|
||||
EQUALITY caseExactIA5Match
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.29 NAME 'fdTasksConfMaxEmails'
|
||||
DESC 'FusionDirectory maximum emails to be processed by Orchestrator - secure spam'
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.30 NAME 'fdTasksConfIntervalEmails'
|
||||
DESC 'FusionDirectory maximum emails to be processed by Orchestrator - secure spam'
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
|
||||
|
||||
##### Plugin Manager #####
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.31 NAME 'fdPluginManagerInfoAuthors'
|
||||
DESC 'FusionDirectory - Plugin authors attribute'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.32 NAME 'fdPluginManagerInfoVersion'
|
||||
DESC 'FusionDirectory - Plugin Version attribute'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.33 NAME 'fdPluginManagerSupportHomeUrl'
|
||||
DESC 'FusionDirectory - Plugin Support page url attribute'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.34 NAME 'fdPluginManagerSupportTicketUrl'
|
||||
DESC 'FusionDirectory - Plugin Suuport ticket url attribute'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.35 NAME 'fdPluginManagerSupportDiscussionUrl'
|
||||
DESC 'FusionDirectory - Pluging discussion url attribute'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.36 NAME 'fdPluginManagerSupportSchemaUrl'
|
||||
DESC 'FusionDirectory - Plugin schema url attribute needed if necessary'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.37 NAME 'fdPluginManagerReqFdVersion'
|
||||
DESC 'FusionDirectory - Plugin Fusiondirectory Version requirement attribute'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.38 NAME 'fdPluginManagerReqPhpVersion'
|
||||
DESC 'FusionDirectory - Plugin PHP Version requirement attribute'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.39 NAME 'fdPluginManagerContentPhpClass'
|
||||
DESC 'FusionDirectory - Plugin Manager : list on php class provided'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.40 NAME 'fdPluginManagerContentLdapObject'
|
||||
DESC 'FusionDirectory - Plugin Manager : list on Ldap Object needed'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.41 NAME 'fdPluginManagerContentLdapAttributes'
|
||||
DESC 'FusionDirectory - Plugin Manager : list on Ldap attributes needed'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.42 NAME 'fdPluginManagerInfoStatus'
|
||||
DESC 'FusionDirectory - Plugin Manager : status of plugin : Dev / stable / dontuse '
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.43 NAME 'fdPluginManagerSupportDownloadUrl'
|
||||
DESC 'FusionDirectory - Plugin direct download url '
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.44 NAME 'fdPluginManagerInfoTags'
|
||||
DESC 'FusionDirectory - Plugin Tag for identity plugins goals'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.45 NAME 'fdPluginManagerInfoLogoUrl'
|
||||
DESC 'FusionDirectory - Plugin Logo url '
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.46 NAME 'fdPluginManagerInfoScreenshotUrl'
|
||||
DESC 'FusionDirectory - Plugin Screenshot Url '
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.47 NAME 'fdPluginManagerInfoLicence'
|
||||
DESC 'FusionDirectory - Plugin Licence'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.48 NAME 'fdPluginManagerInfoOrigin'
|
||||
DESC 'FusionDirectory - Plugin Origin'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.49 NAME 'fdPluginManagerSupportProvider'
|
||||
DESC 'FusionDirectory - Plugin Support Provider'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.50 NAME 'fdPluginManagerSupportContractUrl'
|
||||
DESC 'FusionDirectory - Plugin Support Contract url'
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
|
||||
|
||||
##### Tasks Granular Part 2 #####
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.52 NAME 'fdTasksRepeatable'
|
||||
DESC 'Allow a given task to be repeatable'
|
||||
EQUALITY booleanMatch
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.7')
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.53 NAME 'fdTasksUpdatable'
|
||||
DESC 'Allow a given task to be updatable'
|
||||
EQUALITY booleanMatch
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.7')
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.54 NAME 'fdTasksRepeatableSchedule'
|
||||
DESC 'Set the repetition of the tasks via a set attribute'
|
||||
EQUALITY caseIgnoreMatch
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15')
|
||||
|
||||
##### Token management attributes #####
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.70 NAME 'fdTokenUserDN'
|
||||
DESC 'The DN user linked to the token'
|
||||
EQUALITY caseIgnoreMatch
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.71 NAME 'fdTokenType'
|
||||
DESC 'The token type eg reminder, recovery'
|
||||
EQUALITY caseIgnoreMatch
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.72 NAME 'fdToken'
|
||||
DESC 'The token'
|
||||
EQUALITY caseIgnoreMatch
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.38414.62.1.73 NAME 'fdTokenTimestamp'
|
||||
DESC 'Timestamp for the validation of the token'
|
||||
EQUALITY caseIgnoreMatch
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
|
||||
|
||||
##### Classes #####
|
||||
|
||||
### old gosa ObjectClass ###
|
||||
|
||||
objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.4 NAME 'gosaDepartment' SUP top AUXILIARY
|
||||
DESC 'GOsa - Class to mark Departments for GOsa'
|
||||
MUST ( ou $ description )
|
||||
MAY ( manager $ co $ labeledURI ) )
|
||||
|
||||
objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.12 NAME 'gosaGroupOfNames'
|
||||
DESC 'GOsa - Adds the gosaGroupObjects field to groupOfNames'
|
||||
SUP top AUXILIARY
|
||||
MUST ( cn $ gosaGroupObjects ) MAY ( member $ description ) )
|
||||
|
||||
objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.17 NAME 'gosaRole'
|
||||
DESC 'GOsa - ACL container to define ACL roles'
|
||||
SUP top STRUCTURAL
|
||||
MUST ( gosaAclTemplate $ cn )
|
||||
MAY ( description ) )
|
||||
|
||||
objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.18 NAME 'gosaAcl'
|
||||
DESC 'GOsa - ACL container to define single ACLs'
|
||||
SUP top AUXILIARY
|
||||
MUST ( gosaAclEntry ))
|
||||
|
||||
objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.19 NAME 'gosaSnapshotObject'
|
||||
DESC 'GOsa - Container object for undo and snapshot data'
|
||||
SUP top STRUCTURAL
|
||||
MUST ( gosaSnapshotTimestamp $ gosaSnapshotDN $ gosaSnapshotData $ fdSnapshotDataSource )
|
||||
MAY ( fdSnapshotObjectType $ description $ fdSnapshotHash) )
|
||||
|
||||
### New FusionDirectory Objectclass ###
|
||||
|
||||
objectclass ( 1.3.6.1.4.1.38414.62.2.1 NAME 'fdLockEntry' SUP top STRUCTURAL
|
||||
DESC 'FusionDirectory - Class for FD locking'
|
||||
MUST ( fdUserDn $ fdObjectDn $ cn $ fdLockTimestamp ))
|
||||
|
||||
### Subscription Related Object Class ###
|
||||
|
||||
objectclass ( 1.3.6.1.4.1.38414.62.2.2 NAME 'fdSubscriptionInformation' SUP top STRUCTURAL
|
||||
DESC 'FusionDirectory - Information about current subscription'
|
||||
MUST ( cn )
|
||||
MAY ( uid $ fdSubscriptionStartDate $ fdSubscriptionEndDate $ fdSubscriptionType $ fdSubscriptionContractId $ fdSubscriptionName ))
|
||||
|
||||
### Plugin manager Related Object Class ###
|
||||
|
||||
objectclass (1.3.6.1.4.1.38414.62.2.3 NAME 'fdPluginManager'
|
||||
DESC 'FusionDirectory - Plugins Manager ObjectClass'
|
||||
MUST ( cn $ description $ fdPluginManagerInfoAuthors $ fdPluginManagerInfoVersion $ fdPluginManagerInfoStatus $ fdPluginManagerInfoLicence $ fdPluginManagerInfoOrigin $ fdPluginManagerSupportHomeUrl $ fdPluginManagerReqFdVersion $ fdPluginManagerReqPhpVersion $ fdPluginManagerSupportProvider )
|
||||
MAY ( fdPluginManagerInfoScreenshotUrl $ fdPluginManagerInfoLogoUrl $ fdPluginManagerInfoTags $ fdPluginManagerSupportTicketUrl $ fdPluginManagerSupportDiscussionUrl $ fdPluginManagerSupportSchemaUrl $ fdPluginManagerSupportDownloadUrl $ fdPluginManagerContentPhpClass $ fdPluginManagerContentLdapObject $ fdPluginManagerContentLdapAttributes $ fdPluginManagerSupportContractUrl ))
|
||||
|
||||
### Mail Template Related Object Class ###
|
||||
|
||||
objectclass (1.3.6.1.4.1.38414.62.2.4 NAME 'fdMailTemplate'
|
||||
DESC 'FusionDirectory - template mail object'
|
||||
SUP top STRUCTURAL
|
||||
MUST ( cn $ fdMailTemplateBody $ fdMailTemplateSubject )
|
||||
MAY ( fdMailTemplateSignature $ fdMailTemplateReadReceipt))
|
||||
|
||||
objectclass (1.3.6.1.4.1.38414.62.2.10 NAME 'fdMailAttachments'
|
||||
DESC 'FusionDirectory - mail template attachments'
|
||||
MUST ( cn $ fdMailAttachmentsContent ))
|
||||
|
||||
objectclass ( 1.3.6.1.4.1.38414.62.2.5 NAME 'fdMailTemplateConf'
|
||||
DESC 'FusionDirectory Mail Template Configuration'
|
||||
SUP top AUXILIARY
|
||||
MUST ( cn )
|
||||
MAY ( fdMailTemplateRDN ) )
|
||||
|
||||
### Tasks Related Object Class ###
|
||||
|
||||
objectclass (1.3.6.1.4.1.38414.62.2.6 NAME 'fdTasks'
|
||||
DESC 'FusionDirectory - Tasks objects'
|
||||
MUST ( cn $ fdTasksStatus $ fdTasksCreationDate )
|
||||
MAY ( fdTasksScheduleDate $ fdTasksEndDate $ fdTasksRepeatableSchedule $ fdTasksUpdatable $ fdTasksRepeatable
|
||||
$ fdTasksLastActivation $ fdTasksLastExec $ fdTasksNextExec $ description))
|
||||
|
||||
objectclass (1.3.6.1.4.1.38414.62.2.7 NAME 'fdTasksMail'
|
||||
DESC 'FusionDirectory - Tasks objects Mail'
|
||||
SUP top AUXILIARY
|
||||
MUST ( fdTasksMailObject $ fdTasksEmailSender )
|
||||
MAY ( fdTasksMailUsers $ fdTasksEmailsFromDN $ fdTasksMailType $ fdTasksEmailBCC ) )
|
||||
|
||||
objectclass (1.3.6.1.4.1.38414.62.2.8 NAME 'fdTasksGranular'
|
||||
DESC 'FusionDirectory - Tasks granular objects'
|
||||
MUST ( fdTasksGranularMaster $ cn $ fdTasksGranularType $ fdTasksGranularSchedule $ fdTasksGranularStatus $ fdTasksGranularCreationDate )
|
||||
MAY (fdTasksGranularMailBCC $ fdTasksGranularDN $ fdTasksGranularRef $ fdTasksGranularMail $ fdTasksGranularMailFrom $ fdTasksGranularHelper $ fdTasksGranularLastExec $ fdTasksGranularNextExec))
|
||||
|
||||
objectclass (1.3.6.1.4.1.38414.62.2.9 NAME 'fdTasksConf'
|
||||
DESC 'FusionDirectory - Tasks objects Configuration'
|
||||
SUP top AUXILIARY
|
||||
MUST ( cn )
|
||||
MAY ( fdTasksRDN $ fdTasksConfLastExecTime $ fdTasksConfMaxEmails $ fdTasksConfIntervalEmails))
|
||||
|
||||
### token objectclass ###
|
||||
|
||||
objectclass ( 1.3.6.1.4.1.38414.62.2.11 NAME 'fdTokenEntry'
|
||||
SUP top STRUCTURAL
|
||||
DESC 'FusionDirectory - Class for token storage'
|
||||
MUST ( cn $ fdTokenUserDN $ fdTokenType $ fdToken $ fdTokenTimestamp ))
|
||||
Loading…
Add table
Add a link
Reference in a new issue