|
|
|
@ -59,12 +59,12 @@ int uploadKerberosCAFileToLDAP(LDAPManager* ldap_mgr, TQString* errstr) {
|
|
|
|
|
|
|
|
|
|
int main(int argc, char *argv[])
|
|
|
|
|
{
|
|
|
|
|
KAboutData aboutData( "primaryrccertupdater", I18N_NOOP("Real Certificate Updater"),
|
|
|
|
|
KAboutData aboutData( "primaryrccertupdater", I18N_NOOP("Realm Certificate Updater"),
|
|
|
|
|
version, description, KAboutData::License_GPL,
|
|
|
|
|
"(c) 2012, Timothy Pearson");
|
|
|
|
|
aboutData.addAuthor("Timothy Pearson",0, "kb9vqf@pearsoncomputing.net");
|
|
|
|
|
KCmdLineArgs::init( argc, argv, &aboutData );
|
|
|
|
|
KApplication::disableAutoDcopRegistration();
|
|
|
|
|
KApplication::disableAutoDcopRegistration();
|
|
|
|
|
|
|
|
|
|
KApplication app(false, false);
|
|
|
|
|
|
|
|
|
|