summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ldapcontroller.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ldapcontroller.cpp b/src/ldapcontroller.cpp
index cacca6a..0c4b440 100644
--- a/src/ldapcontroller.cpp
+++ b/src/ldapcontroller.cpp
@@ -2217,6 +2217,9 @@ int LDAPController::createNewLDAPRealm(TQWidget* dialogparent, LDAPRealmConfig r
return -1;
}
+ // Write NSS configuration file
+ LDAPManager::writeNSSwitchFile();
+
// Write the NSS update crontab file and update NSS database
LDAPManager::writeClientCronFiles();