Change the winbind interface to use seperate 'domain' and 'username' feilds for
authorAndrew Bartlett <abartlet@samba.org>
Sat, 26 Jan 2002 09:55:38 +0000 (09:55 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 26 Jan 2002 09:55:38 +0000 (09:55 +0000)
commit06c79a1757fa953237239288a8736f30db61f193
tree24b1107bd70b045ec1eef4dadf8db57a85744d37
parent4691c931e8a75b01d461395239f463258c1b12be
Change the winbind interface to use seperate 'domain' and 'username' feilds for
the sid->uid and uid->sid conversions.

Remove some duplicate arguments from these funcitons, and update the
request/response structures for this and the 'winbind domain name' feature.

As such 'winbindd_lookup_name' now takes both a domain and username.
(This used to be commit ce1b4d4c309e4a60bec5a53224585bd504264672)
source3/nsswitch/wb_client.c
source3/nsswitch/wbinfo.c
source3/nsswitch/winbindd.c
source3/nsswitch/winbindd_group.c
source3/nsswitch/winbindd_nss.h
source3/nsswitch/winbindd_proto.h
source3/nsswitch/winbindd_sid.c
source3/nsswitch/winbindd_user.c
source3/nsswitch/winbindd_util.c