1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source/nsswitch
0001-01-01 00:00:00 +00:00
..
.cvsignore net ads password and net ads chostpass commands from Remus Koos 0001-01-01 00:00:00 +00:00
hp_nss_common.h Removed version number from file header. 0001-01-01 00:00:00 +00:00
hp_nss_dbdefs.h Removed version number from file header. 0001-01-01 00:00:00 +00:00
nss.h Removed version number from file header. 0001-01-01 00:00:00 +00:00
pam_winbind.c Various winbind updates: 0001-01-01 00:00:00 +00:00
pam_winbind.h Various winbind updates: 0001-01-01 00:00:00 +00:00
README added basic nsswitch support - this allows you to use a "wins" entry 0001-01-01 00:00:00 +00:00
wb_client.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
wb_common.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
wbinfo.c Cache call to winbind separator. 0001-01-01 00:00:00 +00:00
winbind_nss_config.h Removed version number from file header. 0001-01-01 00:00:00 +00:00
winbind_nss_solaris.c move to SAFE_FREE() 0001-01-01 00:00:00 +00:00
winbind_nss.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
winbindd_ads.c fixed the secondary group mappings for ADS users 0001-01-01 00:00:00 +00:00
winbindd_cache.c enable locking on the winbindd cache tdb so it can be backed up and 0001-01-01 00:00:00 +00:00
winbindd_cm.c Various winbind updates: 0001-01-01 00:00:00 +00:00
winbindd_group.c this allows us to support foreign SIDs in winbindd and smbd 0001-01-01 00:00:00 +00:00
winbindd_idmap.c Missed a couple of fetch/store_ints. 0001-01-01 00:00:00 +00:00
winbindd_misc.c Fix a double-free bug in wbinfo -t's call in winbindd. 0001-01-01 00:00:00 +00:00
winbindd_nss.h Drastic impromvents to pam_winbind. 0001-01-01 00:00:00 +00:00
winbindd_pam.c Various winbind updates: 0001-01-01 00:00:00 +00:00
winbindd_proto.h this allows us to support foreign SIDs in winbindd and smbd 0001-01-01 00:00:00 +00:00
winbindd_rpc.c Spelling fixes. 0001-01-01 00:00:00 +00:00
winbindd_sid.c Make debug statment less confusing. 0001-01-01 00:00:00 +00:00
winbindd_user.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
winbindd_util.c prevent a segv when a trusted domain is unavailable at startup 0001-01-01 00:00:00 +00:00
winbindd_wins.c Removed version number from file header. 0001-01-01 00:00:00 +00:00
winbindd.c added a -h usage option to winbindd 0001-01-01 00:00:00 +00:00
winbindd.h Winbind cleanup. 0001-01-01 00:00:00 +00:00
wins.c Removed version number from file header. 0001-01-01 00:00:00 +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