1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source3/nsswitch
Jeremy Allison d21a06bbb4 Merge things that bloody tpot should be doing :-).
Jeremy.
(This used to be commit 77d534f7fd)
2002-11-06 00:10:04 +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 Try to catch up on the code I've put into HEAD that should be in 3.0: 2002-10-26 02:20:59 +00:00
pam_winbind.h sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +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 sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
wbinfo.c Fix --set-auth-user command to delete entries from the secrets file when an 2002-11-02 01:51:53 +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 merge from HEAD 2002-09-25 15:47:01 +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 sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
winbindd_ads.c NULL enum_local_groups for ads winbindd (temporary workaround). 2002-10-18 17:44:53 +00:00
winbindd_cache.c Fix spelling of background_process. 2002-10-15 21:34:42 +00:00
winbindd_cm.c Handle the case where the password used in RPC connections (for restrict 2002-11-02 01:06:10 +00:00
winbindd_dual.c Fix spelling of background_process. 2002-10-15 21:34:42 +00:00
winbindd_group.c NULL enum_local_groups for ads winbindd (temporary workaround). 2002-10-18 17:44:53 +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 sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
winbindd_pam.c Try to catch up on the code I've put into HEAD that should be in 3.0: 2002-10-26 02:20:59 +00:00
winbindd_rpc.c merge from APP_HEAD of winbindd's domain local group fix 2002-10-08 18:32:42 +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 Merge things that bloody tpot should be doing :-). 2002-11-06 00:10:04 +00:00
winbindd_wins.c sync 3.0 branch with head 2002-08-17 17:00:51 +00:00
winbindd.c Some winbindd cleanups I made trying to fix cr1020: 2002-11-02 01:36:42 +00:00
winbindd.h merge from APP_HEAD of winbindd's domain local group fix 2002-10-08 18:32:42 +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