diff options
| -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(); | 
