diff options
author | Andreas Schneider <asn@samba.org> | 2015-10-26 19:53:58 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2015-10-27 00:27:22 +0100 |
commit | 53509452db3c61db78eeafb8201ab5fdd7e4b5e0 (patch) | |
tree | 4d7ae5251875f0e181bb817f820eec477cd6d284 /WHATSNEW.txt | |
parent | 5ab1452436a5be5fbdf892343a4fc710f387eabf (diff) | |
download | samba-53509452db3c61db78eeafb8201ab5fdd7e4b5e0.tar.gz |
WHATSNEW: Describe nss_wins changes
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Tue Oct 27 00:27:22 CET 2015 on sn-devel-104
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r-- | WHATSNEW.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 13d7ccbd4fa..d76d8fcebcf 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -17,7 +17,13 @@ Nothing special. NEW FEATURES ============ -TODO... +WINS nsswitch module +==================== + +The WINS nsswitch module has been rewritten to address memory issues and to +simplify the code. The module now uses libwbclient to do WINS queries. This +means that winbind needs to be running in order to resolve WINS names using +the nss_wins module. This does not affect smbd. ###################################################################### Changes |