1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/nsswitch
2002-03-17 04:36:35 +00:00
..
.cvsignore net ads password and net ads chostpass commands from Remus Koos 2001-12-20 03:54:52 +00:00
hp_nss_common.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
hp_nss_dbdefs.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
nss.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
pam_winbind.c Fix typo in copyright 2002-03-13 01:26:59 +00:00
pam_winbind.h Drastic impromvents to pam_winbind. 2002-02-05 09:40:36 +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 Removed version number from file header. 2002-01-30 06:08:46 +00:00
wb_common.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
wbinfo.c Move wbinfo over to d_printf(). Patch by Hasch@t-online.de (Juergen Hasch) 2002-03-01 01:13:42 +00:00
winbind_nss_config.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbind_nss_solaris.c move to SAFE_FREE() 2001-09-17 04:52:45 +00:00
winbind_nss.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbindd_ads.c fixed 2 reconnection bugs in the ADS backend support 2002-03-12 20:17:34 +00:00
winbindd_cache.c enable locking on the winbindd cache tdb so it can be backed up and 2002-03-15 09:21:28 +00:00
winbindd_cm.c Renamed get_nt_error_msg() to nt_errstr(). 2002-03-17 04:36:35 +00:00
winbindd_group.c this allows us to support foreign SIDs in winbindd and smbd 2002-02-27 23:51:25 +00:00
winbindd_idmap.c enable locking on the idmap database to make it safe to dump/restore 2002-02-28 17:43:23 +00:00
winbindd_misc.c get the test for disconnection the right way around! 2002-03-12 18:47:27 +00:00
winbindd_nss.h Drastic impromvents to pam_winbind. 2002-02-05 09:40:36 +00:00
winbindd_pam.c Renamed get_nt_error_msg() to nt_errstr(). 2002-03-17 04:36:35 +00:00
winbindd_proto.h this allows us to support foreign SIDs in winbindd and smbd 2002-02-27 23:51:25 +00:00
winbindd_rpc.c reduced memory usage in winbindd with a rpc backend by using a 2002-01-31 12:47:42 +00:00
winbindd_sid.c this allows us to support foreign SIDs in winbindd and smbd 2002-02-27 23:51:25 +00:00
winbindd_user.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbindd_util.c prevent a segv when a trusted domain is unavailable at startup 2002-03-09 19:37:57 +00:00
winbindd_wins.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbindd.c added a -h usage option to winbindd 2002-03-15 09:20:36 +00:00
winbindd.h Winbind cleanup. 2002-02-15 13:28:59 +00:00
wins.c Removed version number from file header. 2002-01-30 06:08:46 +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