diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2025-09-29 23:09:27 -0500 | 
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2025-10-05 14:48:10 -0500 | 
| commit | 4216d6e5b6235fb705c4f570664699b721d56b35 (patch) | |
| tree | 8b8eba3c3f6da457f8c5a4c5b68766179cd916c9 /src | |
| parent | 65f35eb4d99739393bbf5030cc0f29b14da6e418 (diff) | |
| download | kcmldapcontroller-4216d6e5b6235fb705c4f570664699b721d56b35.tar.gz kcmldapcontroller-4216d6e5b6235fb705c4f570664699b721d56b35.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 e8465a4..a8d6d15 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(); | 
