summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2025-09-29 23:09:27 -0500
committerTimothy Pearson <tpearson@raptorengineering.com>2025-10-22 19:33:43 -0500
commit74358a775879247735f62c52ea04c879f698a5d4 (patch)
treee328185b71b55264cb0e3c56d1904ed0c7e03cc8
parent1fb3a28fe6adb2404ccc9fa0633ef3344fe65b3d (diff)
downloadkcmldapcontroller-74358a77.tar.gz
kcmldapcontroller-74358a77.zip
Write NSS configuration file on realm controller creation
Signed-off-by: Timothy Pearson <kb9vqf@pearsoncomputing.net>
-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();