mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
Ok, what's this? Samba as a PDC wants to authenticate a user coming in
to a native NT member server. If the logoff time in the samlogon reply
is set to something else but infinity, the tree connect to the member
server comes back with 'bad uid'. In my traces, NT PDC sends
0x7fff.. always. Weird, but true.
I would really like others to double-check this. If you have questions
regarding the setup, feel free to ask!
Thanks!
Volker
(This used to be commit 066b163bde
)
This commit is contained in:
parent
9264711576
commit
2b6057ef1f
@ -712,8 +712,8 @@ NTSTATUS _net_sam_logon(pipes_struct *p, NET_Q_SAM_LOGON *q_u, NET_R_SAM_LOGON *
|
||||
pdb_get_logon_script(sampw),
|
||||
pdb_get_profile_path(sampw),
|
||||
pdb_get_logon_time(sampw),
|
||||
pdb_get_logoff_time(sampw),
|
||||
pdb_get_kickoff_time(sampw),
|
||||
get_time_t_max(),
|
||||
get_time_t_max(),
|
||||
pdb_get_pass_last_set_time(sampw),
|
||||
pdb_get_pass_can_change_time(sampw),
|
||||
pdb_get_pass_must_change_time(sampw),
|
||||
|
Loading…
Reference in New Issue
Block a user