mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
d79ee18f98
this allows for handling of server renames as the GUID doesn't change Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
# mark the database as syncronized
|
|
dn: @ROOTDSE
|
|
changetype: modify
|
|
replace: isSynchronized
|
|
isSynchronized: TRUE
|
|
replace: dsServiceName
|
|
dsServiceName: <GUID=${NTDSGUID}>
|