mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r18507: Added debug log for returned username.
Jeremy.
(This used to be commit 7644fa70ba
)
This commit is contained in:
parent
ddbf923253
commit
4b57919051
@ -1024,6 +1024,7 @@ int pam_sm_authenticate(pam_handle_t *pamh, int flags,
|
||||
out:
|
||||
if (username_ret) {
|
||||
pam_set_item (pamh, PAM_USER, username_ret);
|
||||
_pam_log_debug(pamh, ctrl, LOG_INFO, "Returned user was '%s'", username_ret);
|
||||
free(username_ret);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user