mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
b7c8e020a6
This should allow the prefixMap to be edited, until we find the right
way to autogenerate it.
Andrew Bartlett
(This used to be commit 24ae9a55ec
)
15 lines
284 B
Plaintext
15 lines
284 B
Plaintext
###############################
|
|
# Schema Naming Context
|
|
###############################
|
|
dn: ${SCHEMADN}
|
|
changetype: modify
|
|
replace: fSMORoleOwner
|
|
fSMORoleOwner: CN=NTDS Settings,${SERVERDN}
|
|
-
|
|
replace: objectVersion
|
|
objectVersion: 30
|
|
-
|
|
replace: prefixMap
|
|
prefixMap:: ${PREFIXMAP_B64}
|
|
|