diff options
Diffstat (limited to 'src/providers/ipa/ipa_common.h')
-rw-r--r-- | src/providers/ipa/ipa_common.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_common.h b/src/providers/ipa/ipa_common.h index 5b959c8c..6c33e870 100644 --- a/src/providers/ipa/ipa_common.h +++ b/src/providers/ipa/ipa_common.h @@ -84,6 +84,11 @@ struct ipa_auth_ctx { struct dp_option *ipa_options; }; +struct ipa_id_ctx { + struct sdap_id_ctx *sdap_id_ctx; + struct ipa_options *ipa_options; +}; + struct ipa_options { struct dp_option *basic; @@ -92,7 +97,7 @@ struct ipa_options { /* id provider */ struct sdap_options *id; - struct sdap_id_ctx *id_ctx; + struct ipa_id_ctx *id_ctx; struct resolv_ctx *resolv; /* auth and chpass provider */ |