Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
return result;
}
-/* find the sequence number for a domain */
-static NTSTATUS sequence_number(struct winbindd_domain *domain, uint32_t *seq)
-{
- *seq = time(NULL);
-
- return NT_STATUS_OK;
-}
-
/* find the lockout policy of a domain */
static NTSTATUS lockout_policy(struct winbindd_domain *domain,
TALLOC_CTX *mem_ctx,
lookup_usergroups,
lookup_useraliases,
lookup_groupmem,
- sequence_number,
+ NULL,
lockout_policy,
password_policy,
trusted_domains,