Initial design of some of the functions to operate on trust passwords
authorRafal Szczesniak <mimir@samba.org>
Wed, 14 Jan 2004 22:02:16 +0000 (22:02 +0000)
committerRafal Szczesniak <mimir@samba.org>
Wed, 14 Jan 2004 22:02:16 +0000 (22:02 +0000)
commit742fbfcaba5c0ffe53ece547982b361f7c9d7b8a
treee763da19b66009dd2d772e905d4dcc34f4fd3ae7
parentf0145a2a75fe19dadd019ffc76b2251855e450d7
Initial design of some of the functions to operate on trust passwords
from passdb backend level (tdbsam, in this case).
It is written as wrapper for secrets_ calls that use secrets.tdb file
and is not treated as eventual solution. Trust passwords are being
handled uniformly, SAM_TRUST_PASSWD structure, and so they should be
stored as well.

Note, this code is disabled ie. not used anywhere yet. I'm working
on next routines in line.

rafal
(This used to be commit 02ac9332ab1d34f47667b40ce23b2b5d04c4dff1)
source3/passdb/pdb_tdb.c