File: dsa-fd-conf.schema

package info (click to toggle)
fusiondirectory 1.0.8.2-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 28,984 kB
  • sloc: php: 74,645; xml: 3,645; perl: 1,555; pascal: 705; sh: 135; sql: 45; makefile: 19
file content (18 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##
## dsa-fd.schema - Needed by Fusion Directory for managing DSA
##

# Attributes
attributetype ( 1.3.6.1.4.1.38414.13.1.1 NAME 'fdDSARDN'
  DESC 'FusionDirectory - DSA RDN'
  EQUALITY caseExactIA5Match
  SUBSTR caseExactIA5SubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
  SINGLE-VALUE)

# Object Class
objectclass ( 1.3.6.1.4.1.38414.13.2.1 NAME 'fdDsaPluginConf'
  DESC 'FusionDirectory dsa plugin configuration'
  SUP top AUXILIARY
  MUST ( cn )
  MAY ( fdDSARDN ) )