]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:kdc: Fix typos
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 9 May 2023 00:07:35 +0000 (12:07 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 18 May 2023 01:03:37 +0000 (01:03 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/kdc/db-glue.c
source4/kdc/pac-glue.c
source4/kdc/sdb.h

index 04d09eae6957d926f83efa9f00f4fb7272ceea25..1a752a5bd649b347925ced270bbe2e8d21a01579 100644 (file)
@@ -3447,7 +3447,7 @@ NTSTATUS samba_kdc_setup_db_ctx(TALLOC_CTX *mem_ctx, struct samba_kdc_base_conte
        struct auth_session_info *session_info;
        struct samba_kdc_db_context *kdc_db_ctx;
        /* The idea here is very simple.  Using Kerberos to
-        * authenticate the KDC to the LDAP server is higly likely to
+        * authenticate the KDC to the LDAP server is highly likely to
         * be circular.
         *
         * In future we may set this up to use EXERNAL and SSL
index e09271bdb4386504ac354739a0a5083f136a797b..f5704bc435443a970dcbba54242e9467afdf2b81 100644 (file)
@@ -2571,7 +2571,7 @@ krb5_error_code samba_kdc_update_pac(TALLOC_CTX *mem_ctx,
        /*
         * The server account may be set not to want the PAC.
         *
-        * While this is wasteful if the above cacluations were done
+        * While this is wasteful if the above calculations were done
         * and now thrown away, this is cleaner as we do any ticket
         * signature checking etc always.
         *
index ec1ce59e5aef5d83190853ed27c1078a13ff2983..dccfd37bb067debec30cfcba7fff5fdf35f01217 100644 (file)
@@ -114,7 +114,7 @@ struct sdb_entry {
 #define SDB_F_GET_SERVER       8       /* fetch server */
 #define SDB_F_GET_KRBTGT       16      /* fetch krbtgt */
 #define SDB_F_GET_ANY          28      /* fetch any of client,server,krbtgt */
-#define SDB_F_CANON            32      /* want canonicalition */
+#define SDB_F_CANON            32      /* want canonicalization */
 #define SDB_F_ADMIN_DATA       64      /* want data that kdc don't use  */
 #define SDB_F_KVNO_SPECIFIED   128     /* we want a particular KVNO */
 #define SDB_F_FOR_AS_REQ       4096    /* fetch is for a AS REQ */
@@ -131,7 +131,7 @@ struct sdb_entry {
                                 SDB_F_FOR_TGS_REQ)
 
 /* This is not supported by HDB */
-#define SDB_F_FORCE_CANON      16384   /* force canonicalition */
+#define SDB_F_FORCE_CANON      16384   /* force canonicalization */
 
 void sdb_key_free(struct sdb_key *key);
 void sdb_keys_free(struct sdb_keys *keys);