1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

winbindd: remove trailing spaces in get_cache()

Trailing spaces are annoyingly highlighted red in my emacs setup so I'd
like to get rid of them. :)

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Mar 17 00:20:17 CET 2017 on sn-devel-144
This commit is contained in:
Ralph Boehme 2017-03-16 17:52:50 +01:00 committed by Jeremy Allison
parent eab5292bcc
commit da5e256b9b

View File

@ -145,17 +145,17 @@ static struct winbind_cache *get_cache(struct winbindd_domain *domain)
init_dc_connection(domain, false);
}
/*
/*
OK. Listen up because I'm only going to say this once.
We have the following scenarios to consider
(a) trusted AD domains on a Samba DC,
(b) trusted AD domains and we are joined to a non-kerberos domain
(c) trusted AD domains and we are joined to a kerberos (AD) domain
For (a) we can always contact the trusted domain using krb5
For (a) we can always contact the trusted domain using krb5
since we have the domain trust account password
For (b) we can only use RPC since we have no way of
For (b) we can only use RPC since we have no way of
getting a krb5 ticket in our own domain
For (c) we can always use krb5 since we have a kerberos trust
@ -167,7 +167,7 @@ static struct winbind_cache *get_cache(struct winbindd_domain *domain)
if (domain->backend == NULL) {
struct winbindd_domain *our_domain = domain;
/* find our domain first so we can figure out if we
/* find our domain first so we can figure out if we
are joined to a kerberized domain */
if (!domain->primary) {