summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-09-13 08:34:24 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-11-02 11:12:11 -0400
commitbbb878fd1bfb49120a0b4fee25eb1ec4de7365e1 (patch)
tree5407e71b3d4488ff2bb7beec22fe6952bf6fa4ef /src/providers/ldap/sdap.h
parentda9a05bdbff6d89569a80f12b864b5bcb6b70d09 (diff)
downloadsssd-bbb878fd1bfb49120a0b4fee25eb1ec4de7365e1.tar.gz
sssd-bbb878fd1bfb49120a0b4fee25eb1ec4de7365e1.tar.xz
sssd-bbb878fd1bfb49120a0b4fee25eb1ec4de7365e1.zip
Remove unused sdap_options attributes
These DNs were never assigned or referenced anywhere.
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r--src/providers/ldap/sdap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h
index 7d704b55f..cfa9b1f37 100644
--- a/src/providers/ldap/sdap.h
+++ b/src/providers/ldap/sdap.h
@@ -300,9 +300,6 @@ struct sdap_options {
SDAP_SCHEMA_IPA_V1 = 3, /* member/memberof */
SDAP_SCHEMA_AD = 4 /* AD's member/memberof */
} schema_type;
-
- struct ldb_dn *users_base;
- struct ldb_dn *groups_base;
};
struct sdap_server_opts {