Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

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

    r860 r988  
    2121## 1.3.6.1.4.1.7165.4.4.x - LDB/LDAP Extended Operations
    2222## 1.3.6.1.4.1.7165.4.255.x - mapped OIDs due to conflicts between AD and standards-track
     23##
     24## External projects
     25## 1.3.6.1.4.1.7165.655.x
     26## 1.3.6.1.4.1.7165.655.1.x - GSS-NTLMSSP
    2327##
    2428## ----- READ THIS WHEN ADDING A NEW ATTRIBUTE OR OBJECT CLASS ------
     
    515519        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} )
    516520
     521attributetype ( 1.3.6.1.4.1.7165.2.1.79 NAME 'sambaTrustPosixOffset'
     522        DESC 'POSIX offset of a trust'
     523        EQUALITY integerMatch
     524        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
     525
     526attributetype ( 1.3.6.1.4.1.7165.2.1.80 NAME 'sambaSupportedEncryptionTypes'
     527        DESC 'Supported encryption types of a trust'
     528        EQUALITY integerMatch
     529        SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
    517530
    518531#######################################################################
     
    628641              sambaTrustPartner $ sambaFlatName $ sambaTrustAuthOutgoing $
    629642              sambaTrustAuthIncoming $ sambaSecurityIdentifier $
    630               sambaTrustForestTrustInfo) )
     643              sambaTrustForestTrustInfo $ sambaTrustPosixOffset $
     644              sambaSupportedEncryptionTypes) )
Note: See TracChangeset for help on using the changeset viewer.