diff options
author | Matthew Chapman <matty@samba.org> | 1999-02-01 02:37:45 +0000 |
---|---|---|
committer | Matthew Chapman <matty@samba.org> | 1999-02-01 02:37:45 +0000 |
commit | e9c79c85e6d1352693ab13e907b07d4706975891 (patch) | |
tree | e98cfa497b0b70d3af2afb75bed8e6322edb9b96 /source/lib/replace.c | |
parent | e1e3875057bed830fdc0aaa9c85f04a1479fd64a (diff) | |
download | samba-e9c79c85e6d1352693ab13e907b07d4706975891.tar.gz samba-e9c79c85e6d1352693ab13e907b07d4706975891.tar.xz samba-e9c79c85e6d1352693ab13e907b07d4706975891.zip |
Fixed a domain functionality problem where NT clients would start
endlessly repeating a network SAMLOGON (hoping it to change, hmmm...).
( Guess what I found in pwdb_init_sam...
unix_to_nt_time(&user->logon_time, (time_t)-1);
unix_to_nt_time(&user->logoff_time, (time_t)-1);
unix_to_nt_time(&user->kickoff_time, (time_t)-1);
... )
Diffstat (limited to 'source/lib/replace.c')
0 files changed, 0 insertions, 0 deletions