1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

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

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

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
##