mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
s4:param: make sure secrets_db_connect() no longer creates on empty secrets.ldb
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Feb 5 10:13:02 UTC 2020 on sn-devel-184
This commit is contained in:
parent
0344b92b65
commit
6cbd7d1a32
@ -49,7 +49,7 @@ struct ldb_context *secrets_db_connect(TALLOC_CTX *mem_ctx,
|
||||
struct loadparm_context *lp_ctx)
|
||||
{
|
||||
return ldb_wrap_connect(mem_ctx, NULL, lp_ctx, "secrets.ldb",
|
||||
NULL, NULL, 0);
|
||||
NULL, NULL, LDB_FLG_DONT_CREATE_DB);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user