summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rwxr-xr-xclient/ipa-client-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/ipa-client-install b/client/ipa-client-install
index c38843f85..0e6e65c4a 100755
--- a/client/ipa-client-install
+++ b/client/ipa-client-install
@@ -2938,7 +2938,7 @@ def install(options, env, fstore, statestore):
nscd.service_name)
nslcd = services.knownservices.nslcd
- if nscd.is_installed():
+ if nslcd.is_installed():
save_state(nslcd)
retcode, conf, filename = (0, None, None)