s3 passdb ads: add missing character
[metze/samba/wip.git] / 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);