From 6bdb6cd3496ec95ea993891945cd13dcbb9be2b1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 6 Jan 2014 18:22:09 -0600 Subject: Update for new API --- src/ldapbonding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ldapbonding.cpp') diff --git a/src/ldapbonding.cpp b/src/ldapbonding.cpp index 9bc23db..d4d3fe8 100644 --- a/src/ldapbonding.cpp +++ b/src/ldapbonding.cpp @@ -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("Unable to save configuration!

Details: %2").arg(errorstring), i18n("Unable to Save Configuration")); return; } -- cgit v1.2.1