s4:samldb LDB module - remove unused "member" attribute from search filter
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Fri, 11 May 2012 09:53:46 +0000 (11:53 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 21 Aug 2012 23:31:57 +0000 (01:31 +0200)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/samldb.c

index bb306055f25388ea30f11b13d333369cf3794fbc..da9c966ddd9b24a13bcdf83ec22a362b74f8d66f 100644 (file)
@@ -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;