diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2012-10-05 21:27:53 +0300 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-10-09 19:33:13 +0200 |
commit | ae526063fcbc4b4c440e35e01e4eca35358c2906 (patch) | |
tree | d3d7371ea885450f8363b17cb6bce07eb32e8d36 /src | |
parent | 308d531a8cb08779f8867de8718dffaf3116ec3e (diff) | |
download | sssd-ae526063fcbc4b4c440e35e01e4eca35358c2906.tar.gz sssd-ae526063fcbc4b4c440e35e01e4eca35358c2906.tar.bz2 sssd-ae526063fcbc4b4c440e35e01e4eca35358c2906.zip |
Fix typos
Diffstat (limited to 'src')
-rw-r--r-- | src/man/sssd.conf.5.xml | 2 | ||||
-rw-r--r-- | src/responder/common/responder_cmd.c | 2 | ||||
-rw-r--r-- | src/responder/nss/nsssrv_services.c | 2 |
3 files changed, 3 insertions, 3 deletions
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. */ |