From 74358a775879247735f62c52ea04c879f698a5d4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 29 Sep 2025 23:09:27 -0500 Subject: Write NSS configuration file on realm controller creation Signed-off-by: Timothy Pearson --- src/ldapcontroller.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ldapcontroller.cpp') 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(); -- cgit v1.2.3