o fixed logon script problems (wrong len in reply to net_sam_logon for
commit37a665002c5cd7908c13d306f61af272a899dbc8
authorGerald Carter <jerry@samba.org>
Wed, 22 Nov 2000 19:51:41 +0000 (22 19:51 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 22 Nov 2000 19:51:41 +0000 (22 19:51 +0000)
tree7b155ee926a4528477ea9c53382a6d71dc51fe36
parente041b144b2c7c6c9fdd6cd20256a197876aaf353
o fixed logon script problems (wrong len in reply to net_sam_logon for
  a few strings).  I was the one who broke it obviously.

o changed a few more defaults in the smbpasswd backend with
  respect to times.  Now the logon time becomes '0' and the
  pass_can_change_time is set ot the same as pass_last_set_time

o change Get_Pwnam() call in local_lookup_name to sys_getpwnam()
  as it did not seem necessary to try case permutations in the
  username.

  Tim,  I think this was your code, so you might want to double
  check me.

-- jerry
source/passdb/passdb.c
source/passdb/pdb_smbpasswd.c
source/rpc_parse/parse_net.c