Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/examples/LDAP/samba.schema

    r414 r740  
    470470        SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
    471471
     472attributetype ( 1.3.6.1.4.1.7165.2.1.70 NAME 'sambaTrustType'
     473        DESC 'Type of trust'
     474        EQUALITY integerMatch
     475        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
     476
     477attributetype ( 1.3.6.1.4.1.7165.2.1.71 NAME 'sambaTrustAttributes'
     478        DESC 'Trust attributes for a trusted domain'
     479        EQUALITY integerMatch
     480        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
     481
     482attributetype ( 1.3.6.1.4.1.7165.2.1.72 NAME 'sambaTrustDirection'
     483        DESC 'Direction of a trust'
     484        EQUALITY integerMatch
     485        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
     486
     487attributetype ( 1.3.6.1.4.1.7165.2.1.73 NAME 'sambaTrustPartner'
     488        DESC 'Fully qualified name of the domain with which a trust exists'
     489        EQUALITY caseIgnoreMatch
     490        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
     491
     492attributetype ( 1.3.6.1.4.1.7165.2.1.74 NAME 'sambaFlatName'
     493        DESC 'NetBIOS name of a domain'
     494        EQUALITY caseIgnoreMatch
     495        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
     496
     497attributetype ( 1.3.6.1.4.1.7165.2.1.75 NAME 'sambaTrustAuthOutgoing'
     498        DESC 'Authentication information for the outgoing portion of a trust'
     499        EQUALITY caseExactMatch
     500        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} )
     501
     502attributetype ( 1.3.6.1.4.1.7165.2.1.76 NAME 'sambaTrustAuthIncoming'
     503        DESC 'Authentication information for the incoming portion of a trust'
     504        EQUALITY caseExactMatch
     505        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} )
     506
     507attributetype ( 1.3.6.1.4.1.7165.2.1.77 NAME 'sambaSecurityIdentifier'
     508        DESC 'SID of a trusted domain'
     509        EQUALITY caseIgnoreIA5Match SUBSTR caseExactIA5SubstringsMatch
     510        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{64} SINGLE-VALUE )
     511
     512attributetype ( 1.3.6.1.4.1.7165.2.1.78 NAME 'sambaTrustForestTrustInfo'
     513        DESC 'Forest trust information for a trusted domain object'
     514        EQUALITY caseExactMatch
     515        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} )
    472516
    473517
     
    574618##      MUST ( sambaSID )
    575619##      MAY ( sambaPrivilegeList ) )
     620
     621##
     622## used for IPA_ldapsam
     623##
     624objectclass ( 1.3.6.1.4.1.7165.2.2.16 NAME 'sambaTrustedDomain' SUP top STRUCTURAL
     625        DESC 'Samba Trusted Domain Object'
     626        MUST ( cn )
     627        MAY ( sambaTrustType $ sambaTrustAttributes $ sambaTrustDirection $
     628              sambaTrustPartner $ sambaFlatName $ sambaTrustAuthOutgoing $
     629              sambaTrustAuthIncoming $ sambaSecurityIdentifier $
     630              sambaTrustForestTrustInfo) )
Note: See TracChangeset for help on using the changeset viewer.