From c3689373b4fd58d438cd0d8457fb550689026a64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Bernigaud?= <come.bernigaud@laposte.net>
Date: Fri, 14 Jun 2013 15:30:28 +0200
Subject: [PATCH] Template LDAP schema draft (no ID yet)

---
 contrib/openldap/template-fd.schema | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 contrib/openldap/template-fd.schema

diff --git a/contrib/openldap/template-fd.schema b/contrib/openldap/template-fd.schema
new file mode 100644
index 000000000..53184227e
--- /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 ) )
-- 
GitLab