From 0de5a19b986e328d4864de5a0ee6916d226e4325 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Tue, 1 Jul 2014 13:26:27 +0200 Subject: sssd: improve documentation --- commands/sssd/lmi/scripts/sssd/domains_cmd.py | 6 ++++-- commands/sssd/lmi/scripts/sssd/services_cmd.py | 6 ++++-- commands/sssd/lmi/scripts/sssd/sssd_cmd.py | 2 ++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/commands/sssd/lmi/scripts/sssd/domains_cmd.py b/commands/sssd/lmi/scripts/sssd/domains_cmd.py index 5d5a84b..e4888b0 100644 --- a/commands/sssd/lmi/scripts/sssd/domains_cmd.py +++ b/commands/sssd/lmi/scripts/sssd/domains_cmd.py @@ -41,8 +41,10 @@ Usage: Commands: list Prints all domains managed by SSSD. show Prints information about provided domain. - enable Enable domain in SSSD. - disable Disable domain in SSSD. + enable Enable domain in SSSD. SSSD needs to be restarted in order for + this command to take effect. + disable Disable domain in SSSD. SSSD needs to be restarted in order for + this command to take effect. List options: --enabled List only enabled domains. diff --git a/commands/sssd/lmi/scripts/sssd/services_cmd.py b/commands/sssd/lmi/scripts/sssd/services_cmd.py index e166527..e0dbbb5 100644 --- a/commands/sssd/lmi/scripts/sssd/services_cmd.py +++ b/commands/sssd/lmi/scripts/sssd/services_cmd.py @@ -41,8 +41,10 @@ Usage: Commands: list Prints all services supported by SSSD. show Prints information about provided service. - enable Enable service in SSSD. - disable Disable service in SSSD. + enable Enable service in SSSD. SSSD needs to be restarted in order for + this command to take effect. + disable Disable service in SSSD. SSSD needs to be restarted in order for + this command to take effect. List options: --enabled List only enabled services. diff --git a/commands/sssd/lmi/scripts/sssd/sssd_cmd.py b/commands/sssd/lmi/scripts/sssd/sssd_cmd.py index ebd04c8..d72b347 100644 --- a/commands/sssd/lmi/scripts/sssd/sssd_cmd.py +++ b/commands/sssd/lmi/scripts/sssd/sssd_cmd.py @@ -43,6 +43,8 @@ Commands: status Prints SSSD service's status. restart Restarts the SSSD service. set-debug-level Set debug level of selected (all by default) components. + You can find a list of supported debug levels in SSSD + documentation. service Manage supported services. domain Manage SSSD domains. -- cgit