diff options
author | Gerald Carter <jerry@samba.org> | 2004-09-02 15:26:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:35 -0500 |
commit | 0211bf0dee5d5c964740278fbd7f686e2b69cb26 (patch) | |
tree | da83af828f20c017a25b758d33798220eb9332ea /examples/LDAP | |
parent | a2829891cdf6e142e15108ce795665dfe4ecdd2b (diff) | |
download | samba-0211bf0dee5d5c964740278fbd7f686e2b69cb26.tar.gz |
r2189: adding some comments to the schema file
(This used to be commit 1438c2960f1213ddf98e7e874e1d060f2d57089c)
Diffstat (limited to 'examples/LDAP')
-rw-r--r-- | examples/LDAP/samba.schema | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema index 17ea2d9fd2..7dc4de54b3 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -10,6 +10,10 @@ ## 1.3.6.1.4.1.7165.2.1.x - attributetypes ## 1.3.6.1.4.1.7165.2.2.x - objectclasses ## +## Printer support +## 1.3.6.1.4.1.7165.2.3.1.x - attributetypes +## 1.3.6.1.4.1.7165.2.3.2.x - objectclasses +## ## ----- READ THIS WHEN ADDING A NEW ATTRIBUTE OR OBJECT CLASS ------ ## ## Run the 'get_next_oid' bash script in this directory to find the @@ -30,6 +34,11 @@ ## ## ------------------------------------------------------------------ +# objectIdentifier SambaRoot 1.3.6.1.4.1.7165 +# objectIdentifier Samba3 SambaRoot:2 +# objectIdentifier Samba3Attrib Samba3:1 +# objectIdentifier Samba3ObjectClass Samba3:2 + ######################################################################## ## HISTORICAL ## ######################################################################## |