diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-08-11 15:45:43 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-08-12 04:00:07 +0200 |
commit | d79ee18f988d1f43eb1f76752e749385b9b9c251 (patch) | |
tree | f3a92d546240b7a320b299f195aa4b6d28c69040 /source4/setup | |
parent | ccba16c4b8de285f55683011c1527af3f6f48460 (diff) | |
download | samba-d79ee18f988d1f43eb1f76752e749385b9b9c251.tar.gz samba-d79ee18f988d1f43eb1f76752e749385b9b9c251.tar.bz2 samba-d79ee18f988d1f43eb1f76752e749385b9b9c251.zip |
s4-provision: create dsServiceName in @ROOTDSE in GUID form
this allows for handling of server renames as the GUID doesn't change
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision_rootdse_modify.ldif | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/setup/provision_rootdse_modify.ldif b/source4/setup/provision_rootdse_modify.ldif index 1f950171a2..f6b803b3c9 100644 --- a/source4/setup/provision_rootdse_modify.ldif +++ b/source4/setup/provision_rootdse_modify.ldif @@ -3,3 +3,5 @@ dn: @ROOTDSE changetype: modify replace: isSynchronized isSynchronized: TRUE +replace: dsServiceName +dsServiceName: <GUID=${NTDSGUID}> |