Update for new API

pull/1/head
Timothy Pearson 11 years ago
parent 66525ab333
commit 6bdb6cd349

@ -238,7 +238,7 @@ void LDAPConfig::save() {
return;
}
// Write the LDAP configuration file
if (LDAPManager::writeLDAPConfFile(m_realms[m_clientRealmConfig.defaultRealm], &errorstring) != 0) {
if (LDAPManager::writeLDAPConfFile(m_realms[m_clientRealmConfig.defaultRealm], ROLE_WORKSTATION, &errorstring) != 0) {
KMessageBox::error(this, i18n("<qt><b>Unable to save configuration!</b><p>Details: %2</qt>").arg(errorstring), i18n("Unable to Save Configuration"));
return;
}

Loading…
Cancel
Save