s3:winbind: Refactor log_authentication(), do not take winbindd_cli_state struct...
commitd7739859e9cfa7688ef5e6ac815534dc87ea0ea6
authorSamuel Cabrero <scabrero@samba.org>
Wed, 30 Mar 2022 18:55:12 +0000 (30 20:55 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 8 Apr 2022 20:13:37 +0000 (8 20:13 +0000)
treed1e338770ee4ef6daff2a4e4843e4b817b30539d
parent1e892e791d1554b4788d06848828deb84cadd1ce
s3:winbind: Refactor log_authentication(), do not take winbindd_cli_state struct parameter

Later winbindd_dual_pam_auth() will be converted to a local RPC call
handler and it will not receive a winbindd_cli_state parameter. Avoid
passing this struct around.

Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/winbindd/winbindd_pam.c