1) Two new functions to trust passwords interface in passdb:
authorRafal Szczesniak <mimir@samba.org>
Tue, 9 Mar 2004 20:30:35 +0000 (20:30 +0000)
committerRafal Szczesniak <mimir@samba.org>
Tue, 9 Mar 2004 20:30:35 +0000 (20:30 +0000)
commit93f4a34978e89a2158569aa7a20c28a01e27df30
treedda9225866dbc83a3da155d137eae0907f304f3c
parent5e2282b94f862cc29114839ef6e379dbd24ba4b5
1) Two new functions to trust passwords interface in passdb:
   settrustpwent, gettrustpwnam

2) Implementation of another couple of these functions in tdbsam:
   settrustpwent, gettrustpwnam, gettrustpwsid

3) Testing (mostly for now) usage of the interface in pdbedit
   which is soon to be offline tool back again.

This is quite a new code, so many changes will be put in soon.

rafal
(This used to be commit 2ed23fbce846f9710747d72aa98c20d54894d61e)
source3/include/passdb.h
source3/passdb/pdb_interface.c
source3/passdb/pdb_tdb.c
source3/utils/pdbedit.c