pwdb_smb_to_sam was not returning NULL for nt name so that
authorLuke Leighton <lkcl@samba.org>
Tue, 9 Feb 1999 16:01:28 +0000 (16:01 +0000)
committerLuke Leighton <lkcl@samba.org>
Tue, 9 Feb 1999 16:01:28 +0000 (16:01 +0000)
commit3b12477f34a4311235c7c0b2e9a9cdc9f5a4f0e9
treea9b20649c4cdf399f35b84afe1298cd9cb9a58ee
parentbfff648f382169321bbefec4f96bdfd0438b9168
pwdb_smb_to_sam was not returning NULL for nt name so that
pwdb_sam_map_names() was using a "blank" static string instead of
a NULL pointer for nt names.  NULL means over-ride, so the nt name
got left as "blank".

this causes nt clients to terminate with extreme prejudice.
(This used to be commit ddd350198202d6a1d2c715b3dce7db3a5d76a63a)
source3/passdb/sampassdb.c
source3/rpc_server/srv_netlog.c