Full Mattermost server source with integrated Community Enterprise features. Includes vendor directory for offline/air-gapped builds. Structure: - enterprise-impl/: Enterprise feature implementations - enterprise-community/: Init files that register implementations - enterprise/: Bridge imports (community_imports.go) - vendor/: All dependencies for offline builds Build (online): go build ./cmd/mattermost Build (offline/air-gapped): go build -mod=vendor ./cmd/mattermost 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
dn: cn=schema,cn=config
|
|
changetype: modify
|
|
add: olcAttributeTypes
|
|
olcAttributeTypes: ( 1.2.840.113556.1.4.2 NAME 'objectGUID'
|
|
DESC 'AD object GUID'
|
|
EQUALITY octetStringMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
|
|
SINGLE-VALUE )
|
|
-
|
|
add: olcObjectClasses
|
|
olcObjectClasses: ( 1.2.840.113556.1.5.256 NAME 'activeDSObject'
|
|
DESC 'Active Directory Schema Object'
|
|
SUP top AUXILIARY
|
|
MAY ( objectGUID ) ) |