o fixed logon script problems (wrong len in reply to net_sam_logon for
authorGerald Carter <jerry@samba.org>
Wed, 22 Nov 2000 19:51:41 +0000 (19:51 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 22 Nov 2000 19:51:41 +0000 (19:51 +0000)
commitaf85ca538cc1f04f089c85dd5814f4c66036bc79
tree6fd067abc9c08cca4b3e7842ea9ef7954d5b410f
parentb935b968ec0bf595940824cff2e0462badadf7a4
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
(This used to be commit 37a665002c5cd7908c13d306f61af272a899dbc8)
source3/passdb/passdb.c
source3/passdb/pdb_smbpasswd.c
source3/rpc_parse/parse_net.c