From: Matthias Dieter Wallnöfer Date: Fri, 11 May 2012 09:53:46 +0000 (+0200) Subject: s4:samldb LDB module - remove unused "member" attribute from search filter X-Git-Tag: samba-4.0.0beta7~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4b9c3aba8a448812d401fc28ad65ac818af5b04;p=thirdparty%2Fsamba.git s4:samldb LDB module - remove unused "member" attribute from search filter Signed-off-by: Andrew Bartlett --- diff --git a/source4/dsdb/samdb/ldb_modules/samldb.c b/source4/dsdb/samdb/ldb_modules/samldb.c index bb306055f25..da9c966ddd9 100644 --- a/source4/dsdb/samdb/ldb_modules/samldb.c +++ b/source4/dsdb/samdb/ldb_modules/samldb.c @@ -1734,7 +1734,7 @@ static int samldb_sam_accountname_check(struct samldb_ctx *ac) static int samldb_member_check(struct samldb_ctx *ac) { - const char * const attrs[] = { "objectSid", "member", NULL }; + const char * const attrs[] = { "objectSid", NULL }; struct ldb_context *ldb = ldb_module_get_ctx(ac->module); struct ldb_message_element *el; struct ldb_dn *member_dn;