|
|
|
@ -1026,9 +1026,9 @@ void replacePlaceholdersInFile(TQString infile, TQString outfile, LDAPRealmConfi
|
|
|
|
|
line.replace("@@@REALM_DCNAME@@@", basedcname);
|
|
|
|
|
line.replace("@@@REALM_UCNAME@@@", realmconfig.name.upper());
|
|
|
|
|
line.replace("@@@REALM_LCNAME@@@", realmconfig.name.lower());
|
|
|
|
|
line.replace("@@@ADMINSERVER@@@", realmconfig.name.lower());
|
|
|
|
|
line.replace("@@@ADMINSERVER@@@", realmconfig.admin_server);
|
|
|
|
|
line.replace("@@@ADMINPORT@@@", TQString("%1").arg(realmconfig.admin_server_port));
|
|
|
|
|
line.replace("@@@KDCSERVER@@@", realmconfig.name.lower());
|
|
|
|
|
line.replace("@@@KDCSERVER@@@", realmconfig.kdc);
|
|
|
|
|
line.replace("@@@KDCPORT@@@", TQString("%1").arg(realmconfig.kdc_port));
|
|
|
|
|
line.replace("@@@ROOTUSER@@@", rootUserName);
|
|
|
|
|
line.replace("@@@ROOTPW_SHA@@@", rootpw_hash);
|
|
|
|
|