summaryrefslogtreecommitdiffstats
path: root/ldap/cm/v4confs/41/ns-value-schema.conf
blob: c6088cfbbb97aef5f390eaab1f910d2a70fc4afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#
# BEGIN COPYRIGHT BLOCK
# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
# Copyright (C) 2005 Red Hat, Inc.
# All rights reserved.
# END COPYRIGHT BLOCK
#
# Schema for defining schemaless config for LDAP 
# 

attribute nsValueCIS          2.16.840.1.113730.3.1.243 cis
attribute nsValueCES          2.16.840.1.113730.3.1.244 ces
attribute nsValueTel          2.16.840.1.113730.3.1.245 tel
attribute nsValueInt          2.16.840.1.113730.3.1.246 int
attribute nsValueBin          2.16.840.1.113730.3.1.247 bin
attribute nsValueDN           2.16.840.1.113730.3.1.248 dn
attribute nsValueType         2.16.840.1.113730.3.1.249 cis
attribute nsValueDefault      2.16.840.1.113730.3.1.250 cis
attribute nsValueFlags        2.16.840.1.113730.3.1.251 cis
attribute nsValueDescription  2.16.840.1.113730.3.1.252 cis
attribute nsValueSyntax       2.16.840.1.113730.3.1.253 cis
attribute nsValueHelpURL      2.16.840.1.113730.3.1.254 ces

objectClass nsValueItem
    oid 2.16.840.1.113730.3.2.45
    requires
        objectClass,
        cn
    allows
        nsValueCIS,
        nsValueCES,
        nsValueTel,
        nsValueInt,
        nsValueBin,
        nsValueDN,
        nsValueType,
        nsValueSyntax,
        nsValueDescription,
        nsValueHelpURL,
        nsValueFlags,
        nsValueDefault