mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
960c760be0
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);
... )
(This used to be commit
|
||
---|---|---|
.. | ||
ldap.c | ||
nispass.c | ||
pass_check.c | ||
passdb.c | ||
passgrp.c | ||
passgrpldap.c | ||
sampass.c | ||
sampassdb.c | ||
sampassldap.c | ||
smbpass.c | ||
smbpasschange.c | ||
smbpassfile.c | ||
smbpassgroup.c | ||
smbpassgroupunix.c |