1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source/nsswitch
0001-01-01 00:00:00 +00:00
..
.cvsignore updated the 3.0 branch from the head branch - ready for alpha18 0001-01-01 00:00:00 +00:00
hp_nss_common.h updated the 3.0 branch from the head branch - ready for alpha18 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 updated the 3.0 branch from the head branch - ready for alpha18 0001-01-01 00:00:00 +00:00
pam_winbind.c *lots of small merges form HEAD 0001-01-01 00:00:00 +00:00
pam_winbind.h sync'ing up for 3.0alpha20 release 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 sync 3.0 branch with head 0001-01-01 00:00:00 +00:00
wb_common.c Merge removal of unpopular winbind client environment variable. 0001-01-01 00:00:00 +00:00
wbinfo.c cannot assign to const 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 merge from HEAD 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 sync'ing up for 3.0alpha20 release 0001-01-01 00:00:00 +00:00
winbindd_ads.c Forward port the change to talloc_init() to make all talloc contexts 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 Add mutex protection around auth calls. 0001-01-01 00:00:00 +00:00
winbindd_dual.c remove accidental debug code. 0001-01-01 00:00:00 +00:00
winbindd_group.c Forward port the change to talloc_init() to make all talloc contexts 0001-01-01 00:00:00 +00:00
winbindd_idmap.c updated the 3.0 branch from the head branch - ready for alpha18 0001-01-01 00:00:00 +00:00
winbindd_misc.c winbindd merges from HEAD 0001-01-01 00:00:00 +00:00
winbindd_nss.h The winbind in Samba 3.0 doesn't use the 'proof' for ntlm_auth_crap, so don't 0001-01-01 00:00:00 +00:00
winbindd_pam.c winbindd merges from HEAD 0001-01-01 00:00:00 +00:00
winbindd_rpc.c Fix from "Ken Cross" <kcross@nssolutions.com> for enumerating 0001-01-01 00:00:00 +00:00
winbindd_sid.c winbindd merges from HEAD 0001-01-01 00:00:00 +00:00
winbindd_user.c Forward port the change to talloc_init() to make all talloc contexts 0001-01-01 00:00:00 +00:00
winbindd_util.c Merge of holding pattern stuff from HEAD. 0001-01-01 00:00:00 +00:00
winbindd_wins.c sync 3.0 branch with head 0001-01-01 00:00:00 +00:00
winbindd.c playing janitor for tpot; remove holding pattern 0001-01-01 00:00:00 +00:00
winbindd.h merge from APP_HEAD of winbindd's domain local group fix 0001-01-01 00:00:00 +00:00
wins.c updated the 3.0 branch from the head branch - ready for alpha18 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