summaryrefslogtreecommitdiffstats
path: root/source/setup
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-10-15 10:15:42 +0000
committerStefan Metzmacher <metze@samba.org>2005-10-15 10:15:42 +0000
commit1471ef7a6f7c1f6eb7fcacf481fee4823e6e3404 (patch)
tree5b1cf6b28e4f7c2e4936b9c750cca4df7c7bc154 /source/setup
parent3b7c18163cce6d2e1eaa31cd835fad5d258d1534 (diff)
downloadsamba-1471ef7a6f7c1f6eb7fcacf481fee4823e6e3404.tar.gz
samba-1471ef7a6f7c1f6eb7fcacf481fee4823e6e3404.tar.xz
samba-1471ef7a6f7c1f6eb7fcacf481fee4823e6e3404.zip
r11087: - add type,name,scope as attributes to winsRecords,
so you can use them in search filters, only for administration not used inside the winserver code - fix the samba3 ugrade scripts to create a correct samba4 wins.ldb metze
Diffstat (limited to 'source/setup')
-rwxr-xr-xsource/setup/upgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/setup/upgrade b/source/setup/upgrade
index 8dc10caa3f7..251b9663a77 100755
--- a/source/setup/upgrade
+++ b/source/setup/upgrade
@@ -75,7 +75,7 @@ var paths;
if (options.targetdir != undefined) {
paths = new Object();
paths.smbconf = sprintf("%s/smb.conf", options.targetdir);
- var ldbs = new Array("hklm","hkcr","hku","hkcu","hkpd","hkpt","samdb","rootdse","secrets","winsdb");
+ var ldbs = new Array("hklm","hkcr","hku","hkcu","hkpd","hkpt","samdb","rootdse","secrets","wins");
for (var i in ldbs) {
var n = ldbs[i];
paths[n] = sprintf("tdb://%s/%s.ldb", options.targetdir, n);