Commit c3689373 authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Template LDAP schema draft (no ID yet)

Showing with 15 additions and 0 deletions
+15 -0
##
## 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 ) )
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment