diff options
Diffstat (limited to 'source3/nsswitch/winbindd_passdb.c')
-rw-r--r-- | source3/nsswitch/winbindd_passdb.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/nsswitch/winbindd_passdb.c b/source3/nsswitch/winbindd_passdb.c index 23a56e4ea6..f0484d35ee 100644 --- a/source3/nsswitch/winbindd_passdb.c +++ b/source3/nsswitch/winbindd_passdb.c @@ -373,13 +373,6 @@ static NTSTATUS trusted_domains(struct winbindd_domain *domain, return nt_status; } -/* find the domain sid for a domain */ -static NTSTATUS domain_sid(struct winbindd_domain *domain, DOM_SID *sid) -{ - sid_copy(sid, &domain->sid); - return NT_STATUS_OK; -} - /* find alternate names list for the domain * should we look for netbios aliases?? SSS */ @@ -405,6 +398,5 @@ struct winbindd_methods passdb_methods = { lookup_groupmem, sequence_number, trusted_domains, - domain_sid, alternate_name }; |