1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r20884: patch from Michael Adam <ma@sernet.de> to add new sambaTrustedDomainPassword object class

(This used to be commit a209c30849)
This commit is contained in:
Gerald Carter 2007-01-18 22:08:38 +00:00 committed by Gerald (Jerry) Carter
parent c9a14ea19f
commit ed36771b3b

View File

@ -500,6 +500,15 @@ objectclass ( 1.3.6.1.4.1.7165.2.2.14 NAME 'sambaTrustPassword' SUP top STRUCTUR
MUST ( sambaDomainName $ sambaNTPassword $ sambaTrustFlags )
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
##