1
0
mirror of https://github.com/coltoneshaw/CS-Repro-Mattermost.git synced 2025-12-23 10:01:30 +01:00

Added ldap setup

This commit is contained in:
coltoneshaw
2024-03-29 10:12:05 -04:00
parent f2d3a10617
commit 042d7b58e6
8 changed files with 200 additions and 1 deletions

18
ldap/addUniqueID.ldif Normal file
View File

@@ -0,0 +1,18 @@
version: 1
# Add the UNIQUEID Attribute
dn: cn={0}core,cn=schema,cn=config
changetype: modify
add: olcAttributetypes
olcAttributetypes: ( 1.2.840.113556.1.4.9990 NAME 'uniqueId'
DESC 'Unique Identifier'
SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' SINGLE-VALUE )
# Define customPerson as an auxiliary class
dn: cn={0}core,cn=schema,cn=config
changetype: modify
add: olcObjectClasses
olcObjectClasses: ( 1.2.840.113556.1.5.999 NAME 'customPerson'
DESC 'Custom Person Object Class'
AUXILIARY
MAY uniqueId )