winbindd: allow all possible logon levels in wb_irpc_SamLogon()
authorStefan Metzmacher <metze@samba.org>
Fri, 21 Jul 2017 10:29:31 +0000 (12:29 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 7 Aug 2017 13:20:03 +0000 (15:20 +0200)
commit039ad5c9ad4c4b930d2fa7857cf5fb4dc547e181
tree45230ec2385651d9e605a9de806190b725578622
parentb88f9384b01d91e6060cd806e03fe9c90cbdbcf1
winbindd: allow all possible logon levels in wb_irpc_SamLogon()

We should just try to find the correct domain to forward the
request, all logic of not implementing serveral logon levels
belongs to the _winbind_SamLogon() implementation.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/winbindd/winbindd_irpc.c