diff options
-rw-r--r-- | src/config/SSSDConfig/__init__.py.in | 4 | ||||
-rw-r--r-- | src/tools/sssctl/sssctl_user_checks.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in index 303bc62f4..0e0c3be6d 100644 --- a/src/config/SSSDConfig/__init__.py.in +++ b/src/config/SSSDConfig/__init__.py.in @@ -92,7 +92,7 @@ option_strings = { 'offline_failed_login_attempts' : _('How many failed logins attempts are allowed when offline'), 'offline_failed_login_delay' : _('How long (minutes) to deny login after offline_failed_login_attempts has been reached'), 'pam_verbosity' : _('What kind of messages are displayed to the user during authentication'), - 'pam_response_filter' : _('Filter PAM responses sent by the pam_sss'), + 'pam_response_filter' : _('Filter PAM responses sent to the pam_sss'), 'pam_id_timeout' : _('How many seconds to keep identity information cached for PAM requests'), 'pam_pwd_expiration_warning' : _('How many days before password expiration a warning should be displayed'), 'pam_trusted_users' : _('List of trusted uids or user\'s name'), @@ -138,7 +138,7 @@ option_strings = { 'username': _('The username to use when authenticating to a Custodia server using basic_auth'), 'password': _('The password to use when authenticating to a Custodia server using basic_auth'), 'verify_peer': _('If true peer\'s certificate is verified if proxy_url uses https protocol'), - 'verify_host': _('If false peer\'s certificate may contain different hostname then proxy_url when https protocol is used'), + 'verify_host': _('If false peer\'s certificate may contain different hostname than proxy_url when https protocol is used'), 'capath': _('Path to directory where certificate authority certificates are stored'), 'cacert': _('Path to file containing server\'s CA certificate'), 'cert': _('Path to file containing client\'s certificate'), diff --git a/src/tools/sssctl/sssctl_user_checks.c b/src/tools/sssctl/sssctl_user_checks.c index d5cd8a1b4..8e2acad65 100644 --- a/src/tools/sssctl/sssctl_user_checks.c +++ b/src/tools/sssctl/sssctl_user_checks.c @@ -234,7 +234,7 @@ errno_t sssctl_user_checks(struct sss_cmdline *cmdline, ret = get_ifp_user(user); if (ret != 0) { - fprintf(stderr, _("InforPipe User lookup with [%s] failed.\n"), + fprintf(stderr, _("InfoPipe User lookup with [%s] failed.\n"), user); } } |