summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2014-07-01 13:26:27 +0200
committerPavel Březina <pbrezina@redhat.com>2014-07-01 13:26:27 +0200
commit0de5a19b986e328d4864de5a0ee6916d226e4325 (patch)
treeba70c0843ca3e530f8a9cec13dff69c94a4f19fd
parentac3780041751e78a6f90758a17b3be6602ebddbe (diff)
downloadopenlmi-scripts-sssdfix.tar.gz
openlmi-scripts-sssdfix.tar.xz
openlmi-scripts-sssdfix.zip
sssd: improve documentationsssdfix
-rw-r--r--commands/sssd/lmi/scripts/sssd/domains_cmd.py6
-rw-r--r--commands/sssd/lmi/scripts/sssd/services_cmd.py6
-rw-r--r--commands/sssd/lmi/scripts/sssd/sssd_cmd.py2
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.