Changeset 988 for vendor/current/examples/LDAP/samba.schema
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/examples/LDAP/samba.schema
r860 r988 21 21 ## 1.3.6.1.4.1.7165.4.4.x - LDB/LDAP Extended Operations 22 22 ## 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 23 27 ## 24 28 ## ----- READ THIS WHEN ADDING A NEW ATTRIBUTE OR OBJECT CLASS ------ … … 515 519 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} ) 516 520 521 attributetype ( 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 526 attributetype ( 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 ) 517 530 518 531 ####################################################################### … … 628 641 sambaTrustPartner $ sambaFlatName $ sambaTrustAuthOutgoing $ 629 642 sambaTrustAuthIncoming $ sambaSecurityIdentifier $ 630 sambaTrustForestTrustInfo) ) 643 sambaTrustForestTrustInfo $ sambaTrustPosixOffset $ 644 sambaSupportedEncryptionTypes) )
Note:
See TracChangeset
for help on using the changeset viewer.