mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +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 24ae9a55ec326807afd8d5bfa0a422a6668bd7c3)
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}
|
|
|