diff --git a/contrib/openldap/template-fd.schema b/contrib/openldap/template-fd.schema new file mode 100644 index 0000000000000000000000000000000000000000..53184227ea27449ae3c7d72c4772b6b921edd408 --- /dev/null +++ b/contrib/openldap/template-fd.schema @@ -0,0 +1,15 @@ +## +## template-fd.schema - Needed by Fusion Directory for managing templates +## + +# Attributes +attributetype ( 1.3.6.1.4.1.38414.ID.1.1 NAME 'fdTemplateField' + DESC 'FusionDirectory - template field' + EQUALITY caseExactIA5Match + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26) + +# Objectclasses +objectclass (1.3.6.1.4.1.38414.ID.2.1 NAME 'fdTemplate' + DESC 'FusionDirectory - template object' + MUST ( cn ) + MAY ( fdTemplateField ) )