made pdb_getsampwuid() into a simple wrapper for pdb_getsampwnam().
commit368ab5cc55afd2c135a2d5c71f8e95a7090b6223
authorGerald Carter <jerry@samba.org>
Sat, 29 Dec 2001 21:48:07 +0000 (29 21:48 +0000)
committerGerald Carter <jerry@samba.org>
Sat, 29 Dec 2001 21:48:07 +0000 (29 21:48 +0000)
treeba665620f6329d067cf5de22a3b2988c6788ef04
parent54adfd65c07e272f89d3d6edf8f4bad94c02a01f
made pdb_getsampwuid() into a simple wrapper for pdb_getsampwnam().
No need for a samdb backend to implement it.  We shoulnever trust
the uid in the samdb backend.
source/include/proto.h
source/passdb/passdb.c
source/passdb/pdb_ldap.c
source/passdb/pdb_nisplus.c
source/passdb/pdb_smbpasswd.c
source/passdb/pdb_tdb.c
source/utils/pdbedit.c