1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/nsswitch
Tim Potter 6ef6cc65d6 Fixed typo in #ifndef at head of file.
(This used to be commit 6bd1ba9a04)
2001-06-07 07:14:17 +00:00
..
.cvsignore Ignore *.po files. 2001-05-07 05:04:53 +00:00
pam_winbind.c Merge from TNG branch. 2001-05-04 00:43:20 +00:00
pam_winbind.h Try to fix build by adding autoconf tests for pam headers. 2001-05-22 21:47:11 +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 Fixed bug in winbind_sid_to_gid() function. 2001-06-07 00:38:16 +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 More compile fixups for winbind portability. 2001-06-04 04:12:38 +00:00
winbind_nss_config.h Fixed typo in #ifndef at head of file. 2001-06-07 07:14:17 +00:00
winbind_nss_solaris.c added solaris wrapper from tng 2001-04-25 06:45:27 +00:00
winbind_nss.c fixed solaris compilation error (don't add to a void*) 2001-06-05 02:00:47 +00:00
winbindd_cache.c use LDSHFLAGS not -shared in several places 2001-06-04 05:13:59 +00:00
winbindd_glue.c Fix for cli_samr_connect() arg change. 2001-06-06 07:43:47 +00:00
winbindd_group.c Misc fixes to get winbindd working. We can now do a 'getent passwd' 2001-05-08 03:52:07 +00:00
winbindd_idmap.c use LDSHFLAGS not -shared in several places 2001-06-04 05:13:59 +00:00
winbindd_misc.c iAdditional files for winbind merge. 2001-05-07 05:03:40 +00:00
winbindd_nss.h Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS. 2000-10-11 05:45:06 +00:00
winbindd_pam.c Added comment about possible optimisation to winbindd_pam_auth() 2001-06-07 04:35:01 +00:00
winbindd_proto.h Compile fixes for dynamic samr_query_userinfo() stuff. 2001-05-14 03:58:49 +00:00
winbindd_sid.c Compile fixes for dynamic samr_query_userinfo() stuff. 2001-05-14 03:58:49 +00:00
winbindd_user.c Compile fixes for dynamic samr_query_userinfo() stuff. 2001-05-14 03:58:49 +00:00
winbindd_util.c don't use c++ style comments 2001-06-05 02:28:47 +00:00
winbindd.c Misc fixes to get winbindd working. We can now do a 'getent passwd' 2001-05-08 03:52:07 +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 Zero-fill struct hostent. 2001-05-15 22:01:48 +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