diff options
author | Gerald Carter <jerry@samba.org> | 2007-01-18 22:08:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:18 -0500 |
commit | ed36771b3b9ef8f466f2f2a547802c2e4d6bdf64 (patch) | |
tree | 82224f896bc8de1d913bf0a00aa9f78d11d1eb9c /examples/LDAP | |
parent | c9a14ea19f812d86266bfa9e6ce8b32f7b4ff19f (diff) | |
download | samba-ed36771b3b9ef8f466f2f2a547802c2e4d6bdf64.tar.gz |
r20884: patch from Michael Adam <ma@sernet.de> to add new sambaTrustedDomainPassword object class
(This used to be commit a209c3084913c69d1978cb31818f2db99e216c9a)
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 d0d5bd1b7a..061fb9791a 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -501,6 +501,15 @@ objectclass ( 1.3.6.1.4.1.7165.2.2.14 NAME 'sambaTrustPassword' SUP top STRUCTUR MAY ( sambaSID $ sambaPwdLastSet )) ## +## Trust password for trusted domains +## (to be stored beneath the trusting sambaDomain object in the DIT) +## +objectclass ( 1.3.6.1.4.1.7165.2.2.15 NAME 'sambaTrustedDomainPassword' SUP top STRUCTURAL + DESC 'Samba Trusted Domain Password' + MUST ( sambaDomainName $ sambaSID $ + sambaNTPassword $ sambaPwdLastSet )) + +## ## Whole-of-domain info ## objectclass ( 1.3.6.1.4.1.7165.2.2.5 NAME 'sambaDomain' SUP top STRUCTURAL |