1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source/nsswitch
Andrew Tridgell 31774dce67 much simpler code to choose a DC to contact in winbindd. We now always
choose the server that has the most bits in common in its IP with one
of our interfaces.
0001-01-01 00:00:00 +00:00
..
.cvsignore Ignore winbindd_proto.h 0001-01-01 00:00:00 +00:00
hp_nss_common.h HP-UX 10.20 compiles fixes from SAMBA_2_2 0001-01-01 00:00:00 +00:00
hp_nss_dbdefs.h Removed version number from file header. 0001-01-01 00:00:00 +00:00
nss.h HP-UX 10.20 compiles fixes from SAMBA_2_2 0001-01-01 00:00:00 +00:00
pam_winbind.c Winbind client-side cleanups. 0001-01-01 00:00:00 +00:00
pam_winbind.h Winbind client-side cleanups. 0001-01-01 00:00:00 +00:00
README added basic nsswitch support - this allows you to use a "wins" entry 0001-01-01 00:00:00 +00:00
wb_client.c Add some more const :-) 0001-01-01 00:00:00 +00:00
wb_common.c Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOS 0001-01-01 00:00:00 +00:00
wbinfo.c Don't use usage function, but use popt for usage and help info 0001-01-01 00:00:00 +00:00
winbind_client.h This is the 'main' inclue for for winbind clients - all clients should include 0001-01-01 00:00:00 +00:00
winbind_nss_config.h fix getpass replacement check (i thought I fixed this a few days 0001-01-01 00:00:00 +00:00
winbind_nss_solaris.c More winbind for HPUX updates from Don Mccall. I think JRA has already 0001-01-01 00:00:00 +00:00
winbind_nss.c Winbind client-side cleanups. 0001-01-01 00:00:00 +00:00
winbindd_ads.c NULL enum_local_groups for ads winbindd (temporary workaround). 0001-01-01 00:00:00 +00:00
winbindd_cache.c Fix spelling of background_process. 0001-01-01 00:00:00 +00:00
winbindd_cm.c much simpler code to choose a DC to contact in winbindd. We now always 0001-01-01 00:00:00 +00:00
winbindd_dual.c Fix spelling of background_process. 0001-01-01 00:00:00 +00:00
winbindd_group.c NULL enum_local_groups for ads winbindd (temporary workaround). 0001-01-01 00:00:00 +00:00
winbindd_idmap.c more debug classess activated 0001-01-01 00:00:00 +00:00
winbindd_misc.c must add one to the extra_data size to transfer the 0 string terminator. 0001-01-01 00:00:00 +00:00
winbindd_nss.h Merge undone cleanups. 0001-01-01 00:00:00 +00:00
winbindd_pam.c Merge undone cleanups. 0001-01-01 00:00:00 +00:00
winbindd_rpc.c merge from APP_HEAD 0001-01-01 00:00:00 +00:00
winbindd_sid.c Winbind updates! 0001-01-01 00:00:00 +00:00
winbindd_user.c Winbind updates! 0001-01-01 00:00:00 +00:00
winbindd_util.c if trusted domains are disabled then we should not try to connect to 0001-01-01 00:00:00 +00:00
winbindd_wins.c Winbind updates! 0001-01-01 00:00:00 +00:00
winbindd.c - we need to rescan the trusted domain list regularly to cope with 0001-01-01 00:00:00 +00:00
winbindd.h merge from APP_HEAD 0001-01-01 00:00:00 +00:00
wins.c Kill off codepage related stuff, now we don't use codepages any more. 0001-01-01 00:00:00 +00:00

This extension provides a "wins" module for NSS on glibc2/Linux.  This
allows you to use a WINS entry in /etc/nsswitch.conf for hostname
resolution, allowing you to resolve netbios names via start unix
gethostbyname() calls. The end result is that you can use netbios
names as host names in unix apps.

1) run configure
2) run "make nsswitch"
3) cp nsswitch/libnss_wins.so /lib/libnss_wins.so.2
4) add a wins entry to the hosts line in /etc/nsswitch.conf
5) use it

tridge@linuxcare.com