summaryrefslogtreecommitdiffstats
path: root/src/mod_auth_gssapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_auth_gssapi.h')
-rw-r--r--src/mod_auth_gssapi.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mod_auth_gssapi.h b/src/mod_auth_gssapi.h
index 1a5ff8b..2aa81f1 100644
--- a/src/mod_auth_gssapi.h
+++ b/src/mod_auth_gssapi.h
@@ -52,6 +52,8 @@
# endif
#endif
+extern module AP_MODULE_DECLARE_DATA auth_gssapi_module;
+
struct mag_na_map {
char *env_name;
char *attr_name;
@@ -77,7 +79,7 @@ struct mag_config {
uid_t deleg_ccache_uid;
gid_t deleg_ccache_gid;
gss_key_value_set_desc *cred_store;
- bool deleg_ccache_unique;;
+ bool deleg_ccache_unique;
bool s4u2self;
#endif
struct seal_key *mag_skey;
@@ -124,6 +126,7 @@ struct mag_conn {
int na_count;
struct mag_attr *name_attributes;
const char *ccname;
+ apr_table_t *env;
};
#define discard_const(ptr) ((void *)((uintptr_t)(ptr)))