1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source3/nsswitch
Tim Potter a36f9250e7 Preliminary merge of winbind into HEAD. Note that this compiles and links
but I haven't actually run it yet so it probably doesn't work.  (-:
(This used to be commit 59f95416b6)
2001-05-07 04:32:40 +00:00
..
pam_winbind.c Merge from TNG branch. 2001-05-04 00:43:20 +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 Preliminary merge of winbind into HEAD. Note that this compiles and links 2001-05-07 04:32:40 +00:00
wb_common.c Preliminary merge of winbind into HEAD. Note that this compiles and links 2001-05-07 04:32:40 +00:00
wbinfo.c merge some of the nsswitch code from tng to head 2001-04-25 05:47:50 +00:00
winbind_nss_config.h Preliminary merge of winbind into HEAD. Note that this compiles and links 2001-05-07 04:32:40 +00:00
winbind_nss_solaris.c added solaris wrapper from tng 2001-04-25 06:45:27 +00:00
winbind_nss.c merge some of the nsswitch code from tng to head 2001-04-25 05:47:50 +00:00
winbindd_cache.c Preliminary merge of winbind into HEAD. Note that this compiles and links 2001-05-07 04:32:40 +00:00
winbindd_group.c Preliminary merge of winbind into HEAD. Note that this compiles and links 2001-05-07 04:32:40 +00:00
winbindd_idmap.c Preliminary merge of winbind into HEAD. Note that this compiles and links 2001-05-07 04:32:40 +00:00
winbindd_nss.h Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS. 2000-10-11 05:45:06 +00:00
winbindd_pam.c Preliminary merge of winbind into HEAD. Note that this compiles and links 2001-05-07 04:32:40 +00:00
winbindd_proto.h Preliminary merge of winbind into HEAD. Note that this compiles and links 2001-05-07 04:32:40 +00:00
winbindd_user.c Preliminary merge of winbind into HEAD. Note that this compiles and links 2001-05-07 04:32:40 +00:00
winbindd_util.c Preliminary merge of winbind into HEAD. Note that this compiles and links 2001-05-07 04:32:40 +00:00
winbindd.c Preliminary merge of winbind into HEAD. Note that this compiles and links 2001-05-07 04:32:40 +00:00
winbindd.h Preliminary merge of winbind into HEAD. Note that this compiles and links 2001-05-07 04:32:40 +00:00
wins.c Converted to call lib/wins_srv.c:wins_srv_ip() instead of lp_wins_server() 2000-10-11 15:54:17 +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