CVS update: samba/source/passdb

matty at samba.anu.edu.au matty at samba.anu.edu.au
Mon Feb 1 13:37:46 EST 1999


Date:	Monday February 1, 1999 @ 13:37
Author:	matty

Update of /data/cvs/samba/source/passdb
In directory samba:/data/people/matty/samba/source/passdb

Modified Files:
	sampassdb.c 
Log Message:
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);
  ... )



More information about the samba-cvs mailing list