1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source3/nsswitch
Andrew Bartlett 7b671e34f5 Some more 'winbind default domain' support patches from Alexander Bokovoy
<a.bokovoy@sam-solutions.net>.

This patch is designed to remove the 'special cases' required for this support.

In particular this now kills off winbind_initgroups, as it appears no longer to
be required.

Andrew Bartlett
(This used to be commit f1d8d50976)
2002-01-27 12:12:22 +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 Getting ready to add winbindd support for HPUX 11. 2002-01-08 21:11:25 +00:00
hp_nss_dbdefs.h Fixed typo. 2002-01-09 20:48:18 +00:00
nss.h HPUX nss fix. 2002-01-09 03:38:31 +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
wb_client.c Some more 'winbind default domain' support patches from Alexander Bokovoy 2002-01-27 12:12:22 +00:00
wb_common.c Since AB has been changing the winbind interface it's time to add the "mock 2002-01-10 23:45:29 +00:00
wbinfo.c Change the winbind interface to use seperate 'domain' and 'username' feilds for 2002-01-26 09:55:38 +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 tpots name changes into IRIX part of code. When you change the name 2002-01-10 18:49:37 +00:00
winbindd_ads.c This patch makes the 'winbind use default domain' code interact better with 2002-01-20 01:24:59 +00:00
winbindd_cache.c force the time difference in cache comparisons to be unsigned to cope 2002-01-11 10:05:34 +00:00
winbindd_cm.c Removed dodgy init of local variable. 2002-01-25 05:28:38 +00:00
winbindd_group.c Change the winbind interface to use seperate 'domain' and 'username' feilds for 2002-01-26 09:55:38 +00:00
winbindd_idmap.c Fix to close winbindd_idmap on exit. Pointed out by Alexander Bokovoy. 2002-01-19 20:21:29 +00:00
winbindd_misc.c Allow a winbind client to obtain the server's domain name. 2002-01-26 09:52:55 +00:00
winbindd_nss.h Change the winbind interface to use seperate 'domain' and 'username' feilds for 2002-01-26 09:55:38 +00:00
winbindd_pam.c This is the 'winbind default domain' patch from Alexander Bokovoy 2002-01-18 02:37:55 +00:00
winbindd_proto.h Change the winbind interface to use seperate 'domain' and 'username' feilds for 2002-01-26 09:55:38 +00:00
winbindd_rpc.c Back out some of the less well thought out ideas from last weeks work on 2002-01-26 11:48:42 +00:00
winbindd_sid.c Change the winbind interface to use seperate 'domain' and 'username' feilds for 2002-01-26 09:55:38 +00:00
winbindd_user.c Change the winbind interface to use seperate 'domain' and 'username' feilds for 2002-01-26 09:55:38 +00:00
winbindd_util.c Change the winbind interface to use seperate 'domain' and 'username' feilds for 2002-01-26 09:55:38 +00:00
winbindd_wins.c Fix from 2.2. It didn't break on HEAD because it isn't being compiled. Herb? 2002-01-15 17:58:59 +00:00
winbindd.c Change the winbind interface to use seperate 'domain' and 'username' feilds for 2002-01-26 09:55:38 +00:00
winbindd.h Always query the PDC for the list of trusted domains rather than interating 2002-01-11 05:33:45 +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