diff options
-rw-r--r-- | src/ldapcontroller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ldapcontroller.cpp b/src/ldapcontroller.cpp index 315afef..0424bcc 100644 --- a/src/ldapcontroller.cpp +++ b/src/ldapcontroller.cpp @@ -1787,7 +1787,7 @@ int LDAPController::createNewLDAPRealm(TQWidget* dialogparent, LDAPRealmConfig r } // Write the NSS update crontab file and update NSS database - LDAPManager::writeCronFiles(); + LDAPManager::writeClientCronFiles(); pdialog.closeDialog(); |