From b862b3cb6d1ace2b71a4793b72d90dac9edebfc0 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Jan 27 2012 23:55:30 +0000 Subject: Ticket #29 - Samba3-schema is missing sambaTrustedDomainPassword https://fedorahosted.org/389/ticket/29 Resolves: Ticket #29 Bug Description: Samba3-schema is missing sambaTrustedDomainPassword Reviewed by: nhosoi (Thanks!) Branch: master Fix Description: Add schema to 60samba3.ldif Platforms tested: RHEL6 x86_64 Flag Day: no Doc impact: no --- diff --git a/ldap/schema/60samba3.ldif b/ldap/schema/60samba3.ldif index d6a0e5c..5dd5f31 100644 --- a/ldap/schema/60samba3.ldif +++ b/ldap/schema/60samba3.ldif @@ -399,6 +399,28 @@ attributeTypes: ( SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) # +############################################################################### +# +attributeTypes: ( + 1.3.6.1.4.1.7165.2.1.68 + NAME 'sambaClearTextPassword' + DESC 'Clear text password (used for trusted domain passwords)' + EQUALITY octetStringMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 + SINGLE-VALUE + ) +# +############################################################################### +# +attributeTypes: ( + 1.3.6.1.4.1.7165.2.1.69 + NAME 'sambaPreviousClearTextPassword' + DESC 'Previous clear text password (used for trusted domain passwords)' + EQUALITY octetStringMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 + SINGLE-VALUE + ) +# ################################################################################ # objectClasses: ( @@ -530,3 +552,15 @@ objectClasses: ( # ################################################################################ # +objectClasses: ( + 1.3.6.1.4.1.7165.2.2.15 + NAME 'sambaTrustedDomainPassword' + DESC 'Samba Trusted Domain Password' + SUP top + STRUCTURAL + MUST ( sambaDomainName $ sambaSID $ sambaClearTextPassword $ sambaPwdLastSet ) + MAY ( sambaPreviousClearTextPassword ) + ) +# +############################################################################### +#