From ae526063fcbc4b4c440e35e01e4eca35358c2906 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 5 Oct 2012 21:27:53 +0300 Subject: Fix typos --- src/man/sssd.conf.5.xml | 2 +- src/responder/common/responder_cmd.c | 2 +- src/responder/nss/nsssrv_services.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 9af08ead..7d4aeed7 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -225,7 +225,7 @@ This string will be used as a default domain name for all names without a domain name component. The main use case are environments - were the local domain is only managing hosts + where the local domain is only managing hosts but no users and all users are coming from a trusted domain. The option allows those users to log in just with their user name without diff --git a/src/responder/common/responder_cmd.c b/src/responder/common/responder_cmd.c index 16f38eaf..a9c4e36e 100644 --- a/src/responder/common/responder_cmd.c +++ b/src/responder/common/responder_cmd.c @@ -271,7 +271,7 @@ sss_cmd_check_cache(struct ldb_message *msg, /* cache still valid */ if (midpoint_refresh && midpoint_refresh < now) { - /* We're past the the cache refresh timeout + /* We're past the cache refresh timeout * We'll return the value from the cache, but we'll also * queue the cache entry for update out-of-band. */ diff --git a/src/responder/nss/nsssrv_services.c b/src/responder/nss/nsssrv_services.c index d79323c3..ee847f6d 100644 --- a/src/responder/nss/nsssrv_services.c +++ b/src/responder/nss/nsssrv_services.c @@ -341,7 +341,7 @@ getserv_send(TALLOC_CTX *mem_ctx, if (NEED_CHECK_PROVIDER(dom->provider) && midpoint_refresh && midpoint_refresh < now) { - /* We're past the the cache refresh timeout + /* We're past the cache refresh timeout * We'll return the value from the cache, but we'll also * queue the cache entry for update out-of-band. */ -- cgit