1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/nsswitch
Tim Potter 105e35a6e4 Don't log the password in pam_sm_authenticate() unless DEBUG_PASSWORD is
defined.  This is done with --enable-developer mode.
(This used to be commit caff5dc1d6)
2002-01-07 02:57:06 +00:00
..
.cvsignore net ads password and net ads chostpass commands from Remus Koos 2001-12-20 03:54:52 +00:00
nss.h sync with 2.2 2001-12-11 20:20:30 +00:00
pam_winbind.c Don't log the password in pam_sm_authenticate() unless DEBUG_PASSWORD is 2002-01-07 02:57:06 +00:00
pam_winbind.h move to SAFE_FREE() 2001-09-17 04:52:45 +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 make sure we find NSS_STATUS struct 2001-12-13 11:58:38 +00:00
wb_common.c merge IRIX winbind support from Samba 2.2 branch 2001-12-22 00:51:32 +00:00
wbinfo.c - added initial support for trusted domains in winbindd_ads 2001-12-19 08:44:23 +00:00
winbind_nss_config.h more warning fixes on solaris 2001-09-05 08:11:17 +00:00
winbind_nss_solaris.c move to SAFE_FREE() 2001-09-17 04:52:45 +00:00
winbind_nss.c merge Jeremy's gcc3 warning fix from 2.2 2001-12-22 01:15:58 +00:00
winbindd_ads.c added ads_domain_sid() function 2001-12-20 23:35:14 +00:00
winbindd_cache.c - added initial support for trusted domains in winbindd_ads 2001-12-19 08:44:23 +00:00
winbindd_cm.c Further rpc_client removal, this time from winbindd. 2002-01-01 04:50:45 +00:00
winbindd_group.c fixed handling of empty or dead domain in wbinfo -g 2001-12-18 06:22:15 +00:00
winbindd_idmap.c Random connection robustness related fixes. Display some debugs about 2001-11-14 06:18:13 +00:00
winbindd_misc.c Fixed delete on close bug. Added core dump code to winbindd. 2001-11-23 11:18:20 +00:00
winbindd_nss.h Preparing to implement +ve and -ve caching for lookupname/lookupsid calls. 2001-11-21 08:36:43 +00:00
winbindd_pam.c Further rpc_client removal, this time from winbindd. 2002-01-01 04:50:45 +00:00
winbindd_proto.h much better ADS error handling system 2001-12-19 12:21:12 +00:00
winbindd_rpc.c removed the start_ndx parameter from group enumeration 2001-12-11 01:04:13 +00:00
winbindd_sid.c Fixed parse_domain_user to be bool. 2001-12-05 04:17:39 +00:00
winbindd_user.c got rid of start_ndx from query_user_list() 2001-12-11 00:03:58 +00:00
winbindd_util.c added trusted realm support to ADS authentication 2001-12-19 09:53:30 +00:00
winbindd.c When running interactive we want to set our own process group for 2001-12-30 01:46:38 +00:00
winbindd.h added trusted realm support to ADS authentication 2001-12-19 09:53:30 +00:00
wins.c merge IRIX winbind support from Samba 2.2 branch 2001-12-22 00:51:32 +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