r9894: Add new registry key expected by Windows XP clients.
commit090070b7577957edfab5b67df695280b72ad8a4c
authorGerald Carter <jerry@samba.org>
Thu, 1 Sep 2005 14:00:53 +0000 (1 14:00 +0000)
committerGerald Carter <jerry@samba.org>
Thu, 1 Sep 2005 14:00:53 +0000 (1 14:00 +0000)
tree17ac56557266c59f1a5a1ef5e3a73af99fd45289
parent05a378c530036b251a0b8d86486e53c4b3a81eee
r9894: Add new registry key expected by Windows XP clients.

  HKLM\\SYSTEM\\CurrentControlSet\\Control\\Termininal Server\\DefaultUserConfiguration

Apparently this started showing up after the winreg-write support
was added in 3.0.20rc1 or so.

Also modifed init_registry_data() to always run and add the
required keys.  Initial values however are only written if
they don't already exist.

This makes it easier to add new keys without having to rev the
tdb version number (which is really unnecessary in this case).

Portions of patch reviewed by Thomas Bork on the general samba ml.
source/registry/reg_db.c