summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-06-14 14:19:25 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-06-14 14:53:34 +0200
commit9f1106573a4fca41b99a468d06fa392486faf43c (patch)
treeacad24e755bd92f7070c98cccb1d2bb5e6122e6d
parentbb4172259e04925ffc3a92e4450029634d295134 (diff)
downloadsssd-9f1106573a4fca41b99a468d06fa392486faf43c.tar.gz
sssd-9f1106573a4fca41b99a468d06fa392486faf43c.tar.xz
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.
-rw-r--r--src/providers/ad/ad_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/providers/ad/ad_common.h b/src/providers/ad/ad_common.h
index 801815528..1503059e8 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 */