diff options
author | Simo Sorce <idra@samba.org> | 2007-01-11 23:09:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:40:23 -0500 |
commit | f1c81fdecd658031e8b95eb943839159434c0846 (patch) | |
tree | cf0ce1b81d68691a6b899be9d71fec75b9db990b /webapps | |
parent | aecbb307b57513e7a5cee1289fcc67cc4c6163a5 (diff) | |
download | samba-f1c81fdecd658031e8b95eb943839159434c0846.tar.gz samba-f1c81fdecd658031e8b95eb943839159434c0846.tar.bz2 samba-f1c81fdecd658031e8b95eb943839159434c0846.zip |
r20689: "pdc" and "bdc" have been replaced by "domain controller"
(This used to be commit 6976f283fc30a401bcc1d2c5089135c3fe8f1728)
Diffstat (limited to 'webapps')
-rw-r--r-- | webapps/install/vampire.esp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webapps/install/vampire.esp b/webapps/install/vampire.esp index 9ce874cd18..611470e1f7 100644 --- a/webapps/install/vampire.esp +++ b/webapps/install/vampire.esp @@ -54,7 +54,7 @@ if (form['submit'] == "Migrate") { f.display(); } else if (!provision_validate(subobj, writefln)) { f.display(); - } else if (strupper(lp.get("server role")) == "PDC") { + } else if (strupper(lp.get("server role")) == "domain controller") { writefln("You need to set 'server role' to 'member server' before starting the migration process"); } else { var creds = credentials_init(); @@ -104,7 +104,7 @@ You need to do the following to complete the process: <ul> <li>Install the <b>@@zonepath</b> zone file into your bind install, and restart bind -<li>Change your smb.conf to set "server role = pdc" +<li>Change your smb.conf to set "server role = domain controller" <li>Shutdown your existing PDC and any other DCs <li>Restart smbd </ul> |