diff options
author | Gerald Carter <jerry@samba.org> | 2004-09-08 20:57:29 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2004-09-08 20:57:29 +0000 |
commit | e3f4833aec59d4cbd27a465f41543cc657b58a83 (patch) | |
tree | 334ef7e6b4fe8caca3bfc1ce0f8538582930f137 /examples | |
parent | f42202ba00e30286caaa45b5cfdf8b488957cf24 (diff) | |
download | samba-e3f4833aec59d4cbd27a465f41543cc657b58a83.tar.gz samba-e3f4833aec59d4cbd27a465f41543cc657b58a83.tar.xz samba-e3f4833aec59d4cbd27a465f41543cc657b58a83.zip |
r2260: merging from 3.0 (and updating WHATSNEW)
svn merge -r 2177:2188 $SVNURL/branches/SAMBA_3_0
svn merge -r 2188:2189 $SVNURL/branches/SAMBA_3_0
svn merge -r 2189:2190 $SVNURL/branches/SAMBA_3_0
svn merge -r 2190:2191 $SVNURL/branches/SAMBA_3_0
svn merge -r 2196:2198 $SVNURL/branches/SAMBA_3_0
svn merge -r 2219:2224 $SVNURL/branches/SAMBA_3_0
svn merge -r 2231:2233 $SVNURL/branches/SAMBA_3_0
Diffstat (limited to 'examples')
-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 17ea2d9fd2f..7dc4de54b34 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 ## ######################################################################## |