1) Two new functions to trust passwords interface in passdb:
commit2ed23fbce846f9710747d72aa98c20d54894d61e
authorRafal Szczesniak <mimir@samba.org>
Tue, 9 Mar 2004 20:30:35 +0000 (9 20:30 +0000)
committerRafal Szczesniak <mimir@samba.org>
Tue, 9 Mar 2004 20:30:35 +0000 (9 20:30 +0000)
tree1c8df6130812ab06c29fa2e67cc0b47a43a94c8e
parent6fdb20f5a7657556a3e4ceb4cab8c1d67e29ea21
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
source/include/passdb.h
source/passdb/pdb_interface.c
source/passdb/pdb_tdb.c
source/utils/pdbedit.c