History log of /sssd-io/src/tools/sssctl/sssctl_config.c
Revision Date Author Comments Expand
87de1e0fb0f1b40bc088540f7a24f0a20fecf618 23-May-2017 Lukas Slebodnik <lslebodn@redhat.com>

CONFDB: Use default configuration with missing sssd.conf Resolves: https://pagure.io/SSSD/sssd/issue/3339 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Pavel Březina <pbrezina@redhat.com>

955574eeb3a3b937abc3df150e9bbbb79b75c889 10-Apr-2017 Michal Židek <mzidek@redhat.com>

config-check: Message when sssd.conf is missing sssctl config-check should print a message for user if no sssd.conf was found. Resolves: https://pagure.io/SSSD/sssd/issue/3330 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

55857e924977dbc66958f8033c6b38d6262ee631 09-Aug-2016 Michal Židek <mzidek@redhat.com>

sssctl: Generic help for cache-upgrade and config-check sssctl COMMAND --help should print at least generic help, even if the command does not accept any command specific options. Resolves: https://fedorahosted.org/sssd/ticket/3086 Reviewed-by: Pavel Březina <pbrezina@redhat.com>

cca5695e6cab64def52c009afc8f055a85f1fde4 12-Jul-2016 Lukas Slebodnik <lslebodn@redhat.com>

sssctl: Fix format string for size_t src/tools/sssctl/sssctl_config.c: In function 'sssctl_config_check': src/tools/sssctl/sssctl_config.c:93:14: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t {aka unsigned int}' [-Wformat=] printf(_("Issues identified by validators: %lu\n"), num_errors); ^ src/tools/sssctl/sssctl_config.c:93:12: note: in expansion of macro '_' printf(_("Issues identified by validators: %lu\n"), num_errors); ^ Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

9dc66cb6b96a885f7272a3c4aa6a44d60cdce82c 11-Jul-2016 Michal Židek <mzidek@redhat.com>

sssctl: config-check access check report Improve output when access check error is detected by sssctl config-check command. Reviewed-by: Pavel Březina <pbrezina@redhat.com>

e088912418fd4db750f2097dfde8ef9b77303f05 07-Jul-2016 Michal Židek <mzidek@redhat.com>

sssctl: Add config-check command Fixes: https://fedorahosted.org/sssd/ticket/2269 sssctl sconfig-check command allows to call SSSD config file validators on demand. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>