diff options
author | Jim McDonough <jmcd@samba.org> | 2004-02-14 14:23:51 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2004-02-14 14:23:51 +0000 |
commit | dc0e22109d8a5dec1d5f65816d288a6561170f70 (patch) | |
tree | 4de445c2448144e022d33e62c7f3d2ccfd71fcc8 /examples/LDAP/samba.schema.at.IBM-DS | |
parent | 78c2b8fe472e1436d231bf32a0f2622993bfb136 (diff) | |
download | samba-dc0e22109d8a5dec1d5f65816d288a6561170f70.tar.gz samba-dc0e22109d8a5dec1d5f65816d288a6561170f70.tar.bz2 samba-dc0e22109d8a5dec1d5f65816d288a6561170f70.zip |
Sync with openldap schema. Add munged dial and config attrs/ocs.
(This used to be commit 3f8824f7d02bcf46445360542df686a7a75ab52d)
Diffstat (limited to 'examples/LDAP/samba.schema.at.IBM-DS')
-rw-r--r-- | examples/LDAP/samba.schema.at.IBM-DS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/LDAP/samba.schema.at.IBM-DS b/examples/LDAP/samba.schema.at.IBM-DS index 5aa70b5101..bc39d520fb 100644 --- a/examples/LDAP/samba.schema.at.IBM-DS +++ b/examples/LDAP/samba.schema.at.IBM-DS @@ -44,3 +44,16 @@ attributetypes=( 1.3.6.1.4.1.7165.2.1.39 NAME 'sambaNextRid' DESC 'Next NT rid t attributetypes=( 1.3.6.1.4.1.7165.2.1.40 NAME 'sambaAlgorithmicRidBase' DESC 'Base at which the samba RID generation algorithm should operate' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) +attributetypes=( 1.3.6.1.4.1.7165.2.1.41 NAME 'sambaShareName' DESC 'Share Name' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) + +attributetypes=( 1.3.6.1.4.1.7165.2.1.42 NAME 'sambaOptionName' DESC 'Option Name' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ) + +attributetypes=( 1.3.6.1.4.1.7165.2.1.43 NAME 'sambaBoolOption' DESC 'A boolean option' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE ) + +attributetypes=( 1.3.6.1.4.1.7165.2.1.44 NAME 'sambaIntegerOption' DESC 'An integer option' EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) + +attributetypes=( 1.3.6.1.4.1.7165.2.1.45 NAME 'sambaStringOption' DESC 'A string option' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ) + +attributetypes=( 1.3.6.1.4.1.7165.2.1.46 NAME 'sambaStringListOption' DESC 'A string list option' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) + +attributetypes=( 1.3.6.1.4.1.7165.2.1.47 NAME 'sambaMungedDial' DESC '' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} ) |