openldap schemas.

This commit is contained in:
Darren 'Tadgy' Austin 2025-10-29 17:10:50 +00:00
commit bb97b312f1
6 changed files with 1644 additions and 0 deletions

View 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 ) )