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
/*
* 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.
*
#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 */
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);