svn commit: samba r25089 - in branches/SAMBA_3_2_0/examples/LDAP: .

obnox at samba.org obnox at samba.org
Tue Sep 11 16:28:35 GMT 2007


Author: obnox
Date: 2007-09-11 16:28:35 +0000 (Tue, 11 Sep 2007)
New Revision: 25089

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25089

Log:
Add a sambaTrustedDomainPassword objectClass to the schema
in preparation of the upcoming change to store trusted domain
passwords in LDAP for passdb = ldapsam.

Michael


Modified:
   branches/SAMBA_3_2_0/examples/LDAP/samba.schema


Changeset:
Modified: branches/SAMBA_3_2_0/examples/LDAP/samba.schema
===================================================================
--- branches/SAMBA_3_2_0/examples/LDAP/samba.schema	2007-09-11 16:25:47 UTC (rev 25088)
+++ branches/SAMBA_3_2_0/examples/LDAP/samba.schema	2007-09-11 16:28:35 UTC (rev 25089)
@@ -457,9 +457,20 @@
 	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.68 NAME 'sambaClearTextPassword'
+	DESC 'Clear text password (used for trusted domain passwords)'
+	EQUALITY octetStringMatch
+	1.3.6.1.4.1.1466.115.121.1.40 )
 
+#
+attributetype ( 1.3.6.1.4.1.7165.2.1.69 NAME 'sambaPreviousClearTextPassword'
+	DESC 'Previous clear text password (used for trusted domain passwords)'
+	EQUALITY octetStringMatch
+	1.3.6.1.4.1.1466.115.121.1.40 )
 
 
+
 #######################################################################
 ##              objectClasses used by Samba 3.0 schema               ##
 #######################################################################
@@ -501,6 +512,16 @@
 	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 $
+	       sambaClearTextPassword $ sambaPwdLastSet )
+	MAY  ( sambaPreviousClearTextPassword ))
+
+##
 ## Whole-of-domain info
 ##
 objectclass ( 1.3.6.1.4.1.7165.2.2.5 NAME 'sambaDomain' SUP top STRUCTURAL



More information about the samba-cvs mailing list