]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3 passdb ads: add missing character
authorTim Prouty <tprouty@samba.org>
Thu, 11 Jun 2009 17:30:29 +0000 (10:30 -0700)
committerTim Prouty <tprouty@samba.org>
Thu, 11 Jun 2009 18:01:51 +0000 (11:01 -0700)
source3/passdb/pdb_ads.c

index c2f1e20c1bff6129ad078feef75684112d7a83d2..9494915d9d306a5d919611932fc1c908856503a6 100644 (file)
@@ -1438,7 +1438,7 @@ static NTSTATUS pdb_ads_enum_alias_memberships(struct pdb_methods *m,
                goto done;
        }
 
-       rc = tldap_search_fmt(state->ld, state->domaindn, LDAP_SCOPE_SUB,
+       rc = tldap_search_fmt(state->ld, state->domaindn, TLDAP_SCOPE_SUB,
                              attrs, ARRAY_SIZE(attrs), 0, talloc_tos(),
                              &msg, "%s))", filter);
        TALLOC_FREE(filter);