openldap schemas.
This commit is contained in:
parent
394f25572a
commit
bb97b312f1
6 changed files with 1644 additions and 0 deletions
16
etc/openldap/schema/template-fd.schema
Normal file
16
etc/openldap/schema/template-fd.schema
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
##
|
||||
## template-fd.schema - Needed by Fusion Directory for managing templates
|
||||
##
|
||||
|
||||
# Attributes
|
||||
attributetype ( 1.3.6.1.4.1.38414.38.1.1 NAME 'fdTemplateField'
|
||||
DESC 'FusionDirectory - template field'
|
||||
EQUALITY octetStringMatch
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40)
|
||||
|
||||
# Objectclasses
|
||||
objectclass (1.3.6.1.4.1.38414.38.2.1 NAME 'fdTemplate'
|
||||
DESC 'FusionDirectory - template object'
|
||||
MUST ( cn )
|
||||
MAY ( fdTemplateField ) )
|
||||
Loading…
Add table
Add a link
Reference in a new issue