diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-03-07 08:22:06 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2004-03-07 08:22:06 +0000 |
commit | 7ed61edbbedbdee25f750aa30c13479764aa1af2 (patch) | |
tree | 77e5f4300c2102119c1118d7adf154c3d0c37576 /WHATSNEW.txt | |
parent | 97a6a67b34201dda7715f5f23b1b9af3bcf3705f (diff) | |
download | samba-7ed61edbbedbdee25f750aa30c13479764aa1af2.tar.gz |
Get us a little closer to Windows LSA semantics.
A windows DC does not reply to DCNAME\\Administrator, only to
DOMAIN\\Administrator. Fix that.
Without winbind we are wrong as domain members, we should forward the request
DOMAIN\\Username to the DC on behalf of the asking client. Winbind fixes that
nicely.
Volker
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r-- | WHATSNEW.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 82522d047ae..8a36ac02bb0 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -154,6 +154,7 @@ o Volker Lendecke <vl@samba.org> * Implement 'net groupmap set' and 'net groupmap cleanup'. * Add 'net rpc group [add|del]mem' for domain groups and aliases. * Fix wb_delgrpmem (wbinfo -o) + * As a DC we should not reply to lsalookupnames on DCNAME\\user o Herb Lewis <herb@samba.org> |