1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/source3/nsswitch
2002-09-25 12:59:48 +00:00
..
.cvsignore updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
hp_nss_common.h updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
hp_nss_dbdefs.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
nss.h updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
pam_winbind.c Winbind client-side cleanups. 2002-09-07 05:41:23 +00:00
pam_winbind.h Winbind client-side cleanups. 2002-09-07 05:41:23 +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 sync 3.0 branch with head 2002-08-17 17:00:51 +00:00
wb_common.c Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOS 2002-09-15 17:49:53 +00:00
wbinfo.c Merge undone cleanups. 2002-09-12 05:39:55 +00:00
winbind_client.h This is the 'main' inclue for for winbind clients - all clients should include 2002-09-07 09:25:36 +00:00
winbind_nss_config.h Winbind client-side cleanups. 2002-09-07 05:41:23 +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 Winbind client-side cleanups. 2002-09-07 05:41:23 +00:00
winbindd_ads.c Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> 2002-09-06 11:46:59 +00:00
winbindd_cache.c sync 3.0 branch with head 2002-08-17 17:00:51 +00:00
winbindd_cm.c Moved -ve cache check to correct place. 2002-09-24 22:56:59 +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 sync 3.0 branch with head 2002-08-17 17:00:51 +00:00
winbindd_idmap.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
winbindd_misc.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
winbindd_nss.h Merge undone cleanups. 2002-09-12 05:39:55 +00:00
winbindd_pam.c Merge undone cleanups. 2002-09-12 05:39:55 +00:00
winbindd_proto.h updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
winbindd_rpc.c Bugfix merge: 2002-09-11 03:53:41 +00:00
winbindd_sid.c sync 3.0 branch with head 2002-08-17 17:00:51 +00:00
winbindd_user.c sync 3.0 branch with head 2002-08-17 17:00:51 +00:00
winbindd_util.c be a bit more paranoid about not getting duplicate domain names (can 2002-08-18 15:46:03 +00:00
winbindd_wins.c sync 3.0 branch with head 2002-08-17 17:00:51 +00:00
winbindd.c Reverted my earlier change. It was incorrect. We must be protected by 2002-09-17 20:53:21 +00:00
winbindd.h sync 3.0 branch with head 2002-08-17 17:00:51 +00:00
wins.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +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