]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:kdc: Remove trailing spaces in db-glue.c
authorAndreas Schneider <asn@cryptomilk.org>
Tue, 19 Oct 2021 07:59:54 +0000 (09:59 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 29 Nov 2021 08:39:37 +0000 (08:39 +0000)
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
source4/kdc/db-glue.c

index aff74f2ee7152767a020333cfab9d3aa86dbc240..274a1f26459ba44ddb5b30e47f58a552c4d1315d 100644 (file)
@@ -870,13 +870,13 @@ static krb5_error_code samba_kdc_message2entry(krb5_context context,
                userAccountControl |= msDS_User_Account_Control_Computed;
        }
 
-       /* 
+       /*
         * If we are set to canonicalize, we get back the fixed UPPER
         * case realm, and the real username (ie matching LDAP
-        * samAccountName) 
+        * samAccountName)
         *
         * Otherwise, if we are set to enterprise, we
-        * get back the whole principal as-sent 
+        * get back the whole principal as-sent
         *
         * Finally, if we are not set to canonicalize, we get back the
         * fixed UPPER case realm, but the as-sent username
@@ -946,7 +946,7 @@ static krb5_error_code samba_kdc_message2entry(krb5_context context,
                         * the client-specified realm.  This code attempts to
                         * replace the client principal's realm with the one
                         * we determine from our records */
-                       
+
                        /* this has to be with malloc() */
                        ret = smb_krb5_principal_set_realm(context, entry_ex->entry.principal, lpcfg_realm(lp_ctx));
                        if (ret) {