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)
commitce1b4d4c309e4a60bec5a53224585bd504264672
tree343f1d7815d9e29967741113e684ca31ebf2078d
parent85018fecfad1f7f6ef44b511bac937881a7bf937
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.
source/nsswitch/wb_client.c
source/nsswitch/wbinfo.c
source/nsswitch/winbindd.c
source/nsswitch/winbindd_group.c
source/nsswitch/winbindd_nss.h
source/nsswitch/winbindd_proto.h
source/nsswitch/winbindd_sid.c
source/nsswitch/winbindd_user.c
source/nsswitch/winbindd_util.c