Commit the auth associated changes I missed from the last commit.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 15 Jan 2002 01:14:58 +0000 (01:14 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 15 Jan 2002 01:14:58 +0000 (01:14 +0000)
commit90558370ab9019c425019083a6dcb129a808a5ed
treea8e22132dd0ca947000c46afb970c58d63c48ad6
parentdbee612f7150ee2921c37fa331b38b86d2d63937
Commit the auth associated changes I missed from the last commit.

Also set the default value of all the allocated strings to "" to avoid changing
the interface (becouse pdb_get...() would point to a null string, rather than a
null pointer and parts of samba rely on that).

Andrew Bartlett
(This used to be commit 5b4079f748e25f21162e21b439063249baf8dca6)
source3/auth/auth_sam.c
source3/auth/auth_util.c
source3/passdb/passdb.c
source3/passdb/pdb_get_set.c