summaryrefslogtreecommitdiffstats
path: root/ipa-client
diff options
context:
space:
mode:
authorAlexander Bokovoy <abokovoy@redhat.com>2011-07-01 11:11:38 +0300
committerAlexander Bokovoy <abokovoy@redhat.com>2011-07-01 12:19:51 +0300
commita7cd88f5aa2db2c18fe76c612573ec28eb51fd40 (patch)
tree2dfd8d1919cb53d6b6a87e5cecf3951131896cd6 /ipa-client
parentc746abd63ac544273a2ddec44a3845e4eb880e62 (diff)
downloadfreeipa-a7cd88f5aa2db2c18fe76c612573ec28eb51fd40.tar.gz
freeipa-a7cd88f5aa2db2c18fe76c612573ec28eb51fd40.tar.xz
freeipa-a7cd88f5aa2db2c18fe76c612573ec28eb51fd40.zip
Rearrange logging for NSCD daemon.
https://fedorahosted.org/freeipa/ticket/1373 When SSSD is in use, we actually trying to disable NSCD daemon. Telling that we failed to configure automatic _startup_ of the NSCD is wrong then.
Diffstat (limited to 'ipa-client')
-rwxr-xr-xipa-client/ipa-install/ipa-client-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install
index 884dd213b..644afc674 100755
--- a/ipa-client/ipa-install/ipa-client-install
+++ b/ipa-client/ipa-install/ipa-client-install
@@ -925,8 +925,8 @@ def main():
try:
nscd_chkconfig_cmd('nscd')
except:
- print >>sys.stderr, "Failed to configure automatic startup of the NSCD daemon"
if not options.sssd:
+ print >>sys.stderr, "Failed to configure automatic startup of the NSCD daemon"
print >>sys.stderr, "Caching of users/groups will not be available after reboot"
else:
# this is optional service, just log