diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2025-09-29 23:09:27 -0500 |
|---|---|---|
| committer | Timothy Pearson <tpearson@raptorengineering.com> | 2025-10-22 19:33:43 -0500 |
| commit | 74358a775879247735f62c52ea04c879f698a5d4 (patch) | |
| tree | e328185b71b55264cb0e3c56d1904ed0c7e03cc8 /src | |
| parent | 1fb3a28fe6adb2404ccc9fa0633ef3344fe65b3d (diff) | |
| download | kcmldapcontroller-74358a77.tar.gz kcmldapcontroller-74358a77.zip | |
Write NSS configuration file on realm controller creation
Signed-off-by: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Diffstat (limited to 'src')
| -rw-r--r-- | src/ldapcontroller.cpp | 3 |
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(); |
