From 39ccf77cdab12e760d163b32088b063b3447a099 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 1 Feb 2010 14:25:52 +0000 Subject: [PATCH] Updated samba schema git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15558 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/contrib/openldap/samba3.schema | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gosa-core/contrib/openldap/samba3.schema b/gosa-core/contrib/openldap/samba3.schema index 549a70886..8f82dddeb 100644 --- a/gosa-core/contrib/openldap/samba3.schema +++ b/gosa-core/contrib/openldap/samba3.schema @@ -457,6 +457,17 @@ attributetype ( 1.3.6.1.4.1.7165.2.1.67 NAME 'sambaRefuseMachinePwdChange' 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 + SYNTAX 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 + SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 ) @@ -500,6 +511,16 @@ 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 $ + sambaClearTextPassword $ sambaPwdLastSet ) + MAY ( sambaPreviousClearTextPassword )) + ## ## Whole-of-domain info ## -- 2.30.2