s3-secrets: Add helper function to set machine account password from secrets_tdb_sync
commit708ce41b32881e5a45c38929be66f9a1392dda8a
authorAndrew Bartlett <abartlet@samba.org>
Mon, 27 Aug 2012 09:28:22 +0000 (27 19:28 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 27 Aug 2012 21:57:29 +0000 (28 07:57 +1000)
tree38137ff8707f34fb3d217679259205f38483fc31
parent62373b8a509fb874728c351e8039f94e3a1dd6db
s3-secrets: Add helper function to set machine account password from secrets_tdb_sync

secrets_tdb_sync will be a new ldb module designed to sync secrets.ldb
entries with the secrets.tdb file.

While not ideal to keep two copies of this data, this routine will
assist in allowing the samba-tool domain join code to operate
correctly in most cases where winbindd and smbd are used.

Andrew Bartlett
source3/include/secrets.h
source3/passdb/machine_account_secrets.c