change: pdb_getsampwrid() ->pdb_getsampwsid()
authorSimo Sorce <idra@samba.org>
Sun, 26 May 2002 19:11:52 +0000 (19:11 +0000)
committerSimo Sorce <idra@samba.org>
Sun, 26 May 2002 19:11:52 +0000 (19:11 +0000)
commita27a0e01e2f0c48a4a8d84b17693390a268310f8
tree36a97084026b6bfe9528313ae4970d07a5ec0603
parent069e6fb9eb4a0bf6720cbbf493d0cb36baac9580
change: pdb_getsampwrid() ->pdb_getsampwsid()

passdb interface change, now the passdb modules will be asked for SID not for rid, the modules have been updated with a passthrough function that calls the old getsampwrid() functions.

srv_samr_nt.c functions that made use of the pdb_getsampwrid funcion has been updated to use the SID one.
(This used to be commit f5c6496c33fa7f5c2826540ffb4a49d8a5790fb3)
source3/include/passdb.h
source3/passdb/passdb.c
source3/passdb/pdb_interface.c
source3/passdb/pdb_ldap.c
source3/passdb/pdb_nisplus.c
source3/passdb/pdb_smbpasswd.c
source3/passdb/pdb_tdb.c
source3/passdb/pdb_unix.c
source3/rpc_server/srv_samr_nt.c
source3/rpc_server/srv_util.c