summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_passdb.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-11-12 18:22:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:24 -0500
commit789bed878aa94edf22521c6c1946d3ab73462516 (patch)
treea7aeff31da44e8051d7c86c5206f6525df8c258a /source3/nsswitch/winbindd_passdb.c
parentf8cb37ab19cc9499c23a1e1f40427ed48b707870 (diff)
downloadsamba-789bed878aa94edf22521c6c1946d3ab73462516.tar.gz
samba-789bed878aa94edf22521c6c1946d3ab73462516.tar.bz2
samba-789bed878aa94edf22521c6c1946d3ab73462516.zip
r11704: methods->alternate_name is not used anymore -- remove it
(This used to be commit 4a4f85f0ef8545b7062e9a49392d4488aa108036)
Diffstat (limited to 'source3/nsswitch/winbindd_passdb.c')
-rw-r--r--source3/nsswitch/winbindd_passdb.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/nsswitch/winbindd_passdb.c b/source3/nsswitch/winbindd_passdb.c
index 238e80f31b..c32aa01a38 100644
--- a/source3/nsswitch/winbindd_passdb.c
+++ b/source3/nsswitch/winbindd_passdb.c
@@ -378,17 +378,6 @@ static NTSTATUS trusted_domains(struct winbindd_domain *domain,
return nt_status;
}
-/* find alternate names list for the domain
- * should we look for netbios aliases??
- SSS */
-static NTSTATUS alternate_name(struct winbindd_domain *domain)
-{
- DEBUG(3,("pdb: alternate_name\n"));
-
- return NT_STATUS_OK;
-}
-
-
/* the rpc backend methods are exposed via this structure */
struct winbindd_methods passdb_methods = {
False,
@@ -403,5 +392,4 @@ struct winbindd_methods passdb_methods = {
lookup_groupmem,
sequence_number,
trusted_domains,
- alternate_name
};