diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-06-14 14:19:25 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-06-14 14:53:34 +0200 |
commit | 9f1106573a4fca41b99a468d06fa392486faf43c (patch) | |
tree | acad24e755bd92f7070c98cccb1d2bb5e6122e6d /src | |
parent | bb4172259e04925ffc3a92e4450029634d295134 (diff) | |
download | sssd-9f1106573a4fca41b99a468d06fa392486faf43c.tar.gz sssd-9f1106573a4fca41b99a468d06fa392486faf43c.tar.bz2 sssd-9f1106573a4fca41b99a468d06fa392486faf43c.zip |
AD: Remove ad_options->auth options reference
The options are stored in ad_options->auth_ctx->opts, this member was
completely unused and confusing.
Diffstat (limited to 'src')
-rw-r--r-- | src/providers/ad/ad_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/providers/ad/ad_common.h b/src/providers/ad/ad_common.h index 80181552..1503059e 100644 --- a/src/providers/ad/ad_common.h +++ b/src/providers/ad/ad_common.h @@ -67,7 +67,6 @@ struct ad_options { struct ad_id_ctx *id_ctx; /* Auth and chpass Provider */ - struct dp_option *auth; struct krb5_ctx *auth_ctx; /* Dynamic DNS updates */ |