Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
agallavardin
fusiondirectory-plugins
Commits
37999737
Commit
37999737
authored
Oct 14, 2015
by
Côme Chilliet
Browse files
Fixes #1217 Added missing schema file for DNS tab
parent
40df3c70
Changes
1
Hide whitespace changes
Inline
Side-by-side
dns/contrib/openldap/dns-fd.schema
0 → 100644
View file @
37999737
##
## dns-fd.schema - Needed by Fusion Directory for managing DNS
##
# Attributes
attributetype ( 1.3.6.1.4.1.38414.51.1.1 NAME 'fdDNSZoneDn'
DESC 'FusionDirectory - dn of zones which should include this host'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
# Object Class
objectclass ( 1.3.6.1.4.1.38414.51.2.1 NAME 'fdDNSHost'
DESC 'FusionDirectory - DNS host'
SUP top AUXILIARY
MUST ( )
MAY ( fdDNSZoneDn ) )
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment