diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-07 22:34:53 -0600 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-01-07 16:42:02 -0600 |
commit | 20bf9e1f7f1f084fa00af79850c30fa9c70ede35 (patch) | |
tree | 383eb7dca8dd29697b4ea25eaee84d6c1fe63ea4 /source4 | |
parent | f8b8d8ccd3841ba7768d80f9c4254ea8fc5b767f (diff) | |
download | samba-20bf9e1f7f1f084fa00af79850c30fa9c70ede35.tar.gz samba-20bf9e1f7f1f084fa00af79850c30fa9c70ede35.tar.bz2 samba-20bf9e1f7f1f084fa00af79850c30fa9c70ede35.zip |
r26691: registry: Add subkeys required for Server Manager Alerts and Peplication. See bugs 4934 and 4935.
(This used to be commit fdd2ba336b4cf742f6e59253beab5dd226a87a85)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/setup/provision.reg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/setup/provision.reg b/source4/setup/provision.reg index 0e657f3e6a..892b5ec50c 100644 --- a/source4/setup/provision.reg +++ b/source4/setup/provision.reg @@ -26,6 +26,15 @@ ProductType=LanmanNT [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Netlogon\Parameters] RefusePasswordChange=REG_DWORD:0 +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\REPLICATOR] + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\REPLICATOR\Parameters] + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Alerter] + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Alerter\Parameters] + [HKEY_USERS] [HKEY_CLASSES_ROOT] + |