1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source3/nsswitch
Andrew Bartlett fc6ae0994d Add another message rather than 'internal module error'
Andrew Bartlett
(This used to be commit e09c4bd69a)
2002-07-24 03:13:43 +00:00
..
.cvsignore Ignore winbindd_proto.h 2002-06-12 05:27:13 +00:00
hp_nss_common.h HP-UX 10.20 compiles fixes from SAMBA_2_2 2002-05-09 04:11:18 +00:00
hp_nss_dbdefs.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
nss.h HP-UX 10.20 compiles fixes from SAMBA_2_2 2002-05-09 04:11:18 +00:00
pam_winbind.c Add another message rather than 'internal module error' 2002-07-24 03:13:43 +00:00
pam_winbind.h Various winbind updates: 2002-03-23 08:28:19 +00:00
README added basic nsswitch support - this allows you to use a "wins" entry 1999-12-17 06:11:25 +00:00
wb_client.c more debug classess activated 2002-06-18 09:20:13 +00:00
wb_common.c used findstatic.pl to make some variables static and remove some dead 2002-07-01 09:12:41 +00:00
wbinfo.c Compilers do find bugs :-) 2002-07-21 00:00:22 +00:00
winbind_nss_config.h merge freom SAMBA_2_2 2002-05-09 14:20:05 +00:00
winbind_nss_solaris.c More winbind for HPUX updates from Don Mccall. I think JRA has already 2002-04-03 21:39:01 +00:00
winbind_nss.c fixed a number of real bugs found by warnings on the 64 bit irix compiler 2002-07-15 10:54:35 +00:00
winbindd_ads.c this implements a completely new strategy for fetching group 2002-07-11 05:28:08 +00:00
winbindd_cache.c more debug classess activated 2002-06-18 09:20:13 +00:00
winbindd_cm.c Renamed all the new_cli_netlogon_* functions to cli_netlogon_* 2002-07-21 00:49:16 +00:00
winbindd_dual.c this is a trick to work around the fact that posix does not supply 2002-07-14 22:15:20 +00:00
winbindd_group.c this is a trick to work around the fact that posix does not supply 2002-07-14 22:15:20 +00:00
winbindd_idmap.c more debug classess activated 2002-06-18 09:20:13 +00:00
winbindd_misc.c more debug classess activated 2002-06-18 09:20:13 +00:00
winbindd_nss.h this is a trick to work around the fact that posix does not supply 2002-07-14 22:15:20 +00:00
winbindd_pam.c Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a 2002-07-20 11:58:06 +00:00
winbindd_rpc.c this is a trick to work around the fact that posix does not supply 2002-07-14 22:15:20 +00:00
winbindd_sid.c more debug classess activated 2002-06-18 09:20:13 +00:00
winbindd_user.c more debug classess activated 2002-06-18 09:20:13 +00:00
winbindd_util.c Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a 2002-07-20 11:58:06 +00:00
winbindd_wins.c The next phase in the WINS rewrite! 2002-06-27 14:37:17 +00:00
winbindd.c Another smattering of static and const 2002-07-21 03:26:10 +00:00
winbindd.h debug classized 2002-05-21 07:53:28 +00:00
wins.c Kill off codepage related stuff, now we don't use codepages any more. 2002-07-03 00:44:39 +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