summaryrefslogtreecommitdiffstats
path: root/examples/LDAP/samba.schema
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2011-08-12 17:46:23 +0200
committerGünther Deschner <gd@samba.org>2011-08-31 12:52:40 +0200
commitf864767034f5e463ce3f06e13920dedf55f494e4 (patch)
tree9a8e40a47afdecda4cd31a9b64446c57319b2328 /examples/LDAP/samba.schema
parent1744be0a84d2e8a12725b6db01099000792194e6 (diff)
downloadsamba-f864767034f5e463ce3f06e13920dedf55f494e4.tar.gz
samba-f864767034f5e463ce3f06e13920dedf55f494e4.tar.xz
samba-f864767034f5e463ce3f06e13920dedf55f494e4.zip
s3-ldap: Add Posix offset and encryption types to LDAP schema
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'examples/LDAP/samba.schema')
-rw-r--r--examples/LDAP/samba.schema12
1 files changed, 11 insertions, 1 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema
index 716c191289..2c6b2143cc 100644
--- a/examples/LDAP/samba.schema
+++ b/examples/LDAP/samba.schema
@@ -514,6 +514,15 @@ attributetype ( 1.3.6.1.4.1.7165.2.1.78 NAME 'sambaTrustForestTrustInfo'
EQUALITY caseExactMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} )
+attributetype ( 1.3.6.1.4.1.7165.2.1.79 NAME 'sambaTrustPosixOffset'
+ DESC 'POSIX offset of a trust'
+ EQUALITY integerMatch
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
+
+attributetype ( 1.3.6.1.4.1.7165.2.1.80 NAME 'sambaSupportedEncryptionTypes'
+ DESC 'Supported encryption types of a trust'
+ EQUALITY integerMatch
+ SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
#######################################################################
## objectClasses used by Samba 3.0 schema ##
@@ -627,4 +636,5 @@ objectclass ( 1.3.6.1.4.1.7165.2.2.16 NAME 'sambaTrustedDomain' SUP top STRUCTUR
MAY ( sambaTrustType $ sambaTrustAttributes $ sambaTrustDirection $
sambaTrustPartner $ sambaFlatName $ sambaTrustAuthOutgoing $
sambaTrustAuthIncoming $ sambaSecurityIdentifier $
- sambaTrustForestTrustInfo) )
+ sambaTrustForestTrustInfo $ sambaTrustPosixOffset $
+ sambaSupportedEncryptionTypes) )